v2
latestOpenAPI 3.0.02026-07-261859071.2 MBHeartbeats
Get a list of events for a heartbeat
Get all events from a heartbeat.
get/v1/checks/heartbeats/{checkId}/events
Path parameters
checkIdstring required
Query parameters
startTimestring date
endTimestring date
limitnumber
Headers
x-checkly-accountstring
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
[
{
"events": [
{
"state": "FAILING",
"timestamp": "2023-07-24T10:01:01.098Z",
"source": "HTTPS GET from Curl",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36"
}
]
}
]