v2
latestOpenAPI 3.0.02026-07-261859071.2 MBHeartbeats
Get a specific Heartbeat event
Get a specific event by its id.
get/v1/checks/heartbeats/{checkId}/events/{id}
Path parameters
checkIdstring required
idstring required
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
{
"event": {
"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"
}
}