Lists all check results

Lists the full, raw check results for a specific check. We keep raw results for 30 days. After 30 days they are erased. However, we keep the rolled up results for an indefinite period.

You can filter by check type and result type to narrow down the list. Use the to and from parameters to specify a date range (UNIX timestamp in seconds). Depending on the check type, some fields might be null.

Rate-limiting is applied to this endpoint, you can send 5 requests / 10 seconds at most.

Path Params
string
required
Query Params
integer
1 to 100
Defaults to 10

Limit the number of results to fetch (default 10)

string

Cursor parameter to fetch the next page of results. The "nextId" parameter is returned in the response of the previous request. If a response includes a "nextId" parameter set to "null", there are no more results to fetch.

date

Select records up from this UNIX timestamp (>= date).

date

Optional. Select records up to this UNIX timestamp (< date).

string
enum

Provide a data center location, e.g. "eu-west-1" to filter by location

string
enum

The type of the check

boolean

Check result has one or more failures

string
enum
Defaults to FINAL

The check result type (FINAL,ATTEMPT,ALL)

Allowed:
Headers
string

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json