Retrieve a check result
Show details of a specific check result.
Authorizations
The Checkly Public API uses API keys to authenticate requests. You can get the API Key here. Your API key is like a password: keep it secure!
Authentication to the API is performed using the Bearer auth method in the Authorization header and using the account ID.
For example, set Authorization header while using cURL: curl -H "Authorization: Bearer [apiKey]" "X-Checkly-Account: [accountId]"
Headers
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Path Parameters
11Response
Successful
The type of result.
FINAL, ATTEMPT, ALL OpenTelemetry trace ID associated with this check result.
The unique ID of this result.
The name of the check.
The ID of the check.
Describes if any failure occurred during this check run.
Describes if an internal error occurred in Checkly's backend.
Whether the check is over its degradation limit.
Whether the run was cancelled before completion.
Whether the response time exceeded its limit.
What data center location this check result originated from.
Time the check spent producing its result, in milliseconds. For protocol checks this is the measured operation time; for browser, multi-step, Playwright and agentic checks it is the run wall-clock duration.
The response data for an API check.
The response data for a browser check.
The response data for a multi-step check.
The response data for an agentic check.
The response data for a Playwright check.
Failure-debug diagnostics for a traceroute check.
Failure-debug diagnostics for a gRPC check.
Failure-debug diagnostics for an SSL check.
The id of the specific check run that created this result.
How often this check was retried.
The sequence ID of the check run.
IDs of error groups associated with this check result.