87d29dc7b4fe
Lists all check results
[DEPRECATED] This endpoint will be removed soon. Please use the GET /v2/check-results/{checkId} endpoint instead. 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. This endpoint will return data within a 6-hour timeframe. If the from and to params are set, they must be at most six hours apart. If none are set, we will consider the to param to be now and the from param to be six hours earlier. If only the to param is set we will set from to be six hours earlier. On the contrary, if only the from param is set we will consider the to param to be six hours later. Rate-limiting is applied to this endpoint, you can send 60 requests / 60 seconds at most.
Path parameters
Query parameters
Limit the number of results to fetch (default 10)
Limit the number of results to fetch (default 10)
Provide a data center location, e.g. "eu-west-1" to filter by location
Provide a data center location, e.g. "eu-west-1" to filter by location
The type of the check
The type of the check
Check result has one or more failures
Check result has one or more failures
The check result type (FINAL,ATTEMPT,ALL)
The check result type (FINAL,ATTEMPT,ALL)
Select records up from this UNIX timestamp (>= date). Defaults to now - 6 hours.
Select records up from this UNIX timestamp (>= date). Defaults to now - 6 hours.
Optional. Select records up to this UNIX timestamp (< date). Defaults to 6 hours after "from".
Optional. Select records up to this UNIX timestamp (< date). Defaults to 6 hours after "from".
Page number
Page number
Headers
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Response
Successful