v2
latestOpenAPI 3.0.02026-07-261859071.2 MBList all alerts for your account
Lists all alerts that have been sent for your account. Use the to and from parameters to specify a date range (UNIX timestamp in seconds). This endpoint will return data within a 6-hour timeframe. If the from and to params are set, they must be at most 6 hours apart. If none are set, we will consider the to param to be now and the from param to be 6 hours earlier. If only the to param is set we will set from to be 6 hours earlier. If only the from param is set we will consider the to param to be 6 hours later.
Query parameters
Limit the number of results
Limit the number of results
Page number
Page number
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".
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
Example response
[
{
"id": "1",
"name": "API Check",
"checkId": "db147a95-6ed6-44c9-a584-c5dca2db3aaa",
"alertType": "ALERT_FAILURE",
"checkType": "API",
"runLocation": "us-east-1",
"responseTime": 10,
"error": "OK",
"statusCode": "200"
}
]