Changelog
07
/
09
/
26
Logs API Now Generally Available
We’re excited to announce the launch of our Logs API! You can use it to programmatically inspect the requests your integration makes to Check. See the Log object, List logs, and Get a log, along with our new request logs guide.
Each Log captures a single HTTP request made to the Check API, including the path, method, headers, query parameters, request and response bodies, status code, and processing duration, with sensitive values scrubbed before being returned. GET /logs supports filtering by path, method, status code or status class, and a created_after/created_before time range, so you can quickly isolate failing requests when debugging your integration.
Logs are also available through the Check MCP server and CLI, making it easy for your tooling, including AI agents, to inspect request history directly.
Finally, we also refreshed the design of the API Logs table in Console.