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
Query Parameters
Limit the number of results
1 <= x <= 100
Page number
Select documents up from this UNIX timestamp (>= date). Defaults to now - 6 hours.
Optional. Select alerts up to this UNIX timestamp (< date). Defaults to 6 hours after "from".
Provide a data center location, e.g. "eu-west-1" to filter by location
us-east-1
, us-east-2
, us-west-1
, us-west-2
, ca-central-1
, sa-east-1
, eu-west-1
, eu-central-1
, eu-west-2
, eu-west-3
, eu-north-1
, eu-south-1
, me-south-1
, ap-southeast-1
, ap-northeast-1
, ap-east-1
, ap-southeast-2
, ap-southeast-3
, ap-northeast-2
, ap-northeast-3
, ap-south-1
, af-south-1
The type of the check
API
, BROWSER
, HEARTBEAT
, MULTI_STEP
, TCP
, PLAYWRIGHT
, URL
, DNS
Check result has one or more failures
The check result type (FINAL,ATTEMPT,ALL)
FINAL
, ATTEMPT
, ALL
Response
Successful
The type of result. FINAL means this is the final result of the check run. ATTEMPT means this is a result of a double check attempt.
FINAL
, ATTEMPT
, ALL
"FINAL"
The unique ID of this result.
The name of the check.
The ID of the check.
Describes if any failure has occurred during this check run. This is should be your mainmain focus for assessing API or browser check behaviour. Assertions that fail, timeouts or failing scripts all resolve tothis value being true.
Describes if an internal error has occured in Checkly's backend. This should be false in almost all cases.
A check is degraded if it is over the degradation limit set by the "degradedResponseTime" field on the check. Applies only to API checks.
Set to true if the response time is over the limit set by the "maxResponseTime" field on the check. Applies only to API checks.
What data center location this check result originated from.
Describes the time it took to execute relevant parts of this check. Any setup timeor system time needed to start executing this check in the Checkly backend is not part of this.
The response data for an API check.
The response data for a browser check.
null
The response data for a multi-step check.
null
The id of the specific check run that created this check result.
How often this check was retried. This will be larger than 0 when double checking is enabled.
The sequence ID of the check run. This is used to group check runs with multiple attempts together.
"2dbfa2a3-5477-45ea-ac33-ee55b8ea66ff"