Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
heartbeat found by slug
Retrieves a specific heartbeat by id
curl --request GET \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "72432ce2-35a6-4b37-be90-d1579c2782e5",
"type": "heartbeats",
"attributes": {
"slug": "dolorum-adipisci-esse-exercitationem",
"name": "Dolorum adipisci esse exercitationem.",
"description": "Quia dolores consequatur sit.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "e5d187b8-a581-4170-9eed-3616c02431c2",
"interval": 6,
"interval_unit": "minutes",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/72432ce2-35a6-4b37-be90-d1579c2782e5/ping",
"secret": "heartbeat_093a09051d1f60ff81bf2ac96cf109d6280ed8074785a097c6b3319c8d825028",
"email_address": "heartbeat-65abaf2d97600272273391cecf911cda@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-18T19:03:23.509-08:00",
"created_at": "2025-11-18T19:03:23.509-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
heartbeat found by slug
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "72432ce2-35a6-4b37-be90-d1579c2782e5",
"type": "heartbeats",
"attributes": {
"slug": "dolorum-adipisci-esse-exercitationem",
"name": "Dolorum adipisci esse exercitationem.",
"description": "Quia dolores consequatur sit.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "e5d187b8-a581-4170-9eed-3616c02431c2",
"interval": 6,
"interval_unit": "minutes",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/72432ce2-35a6-4b37-be90-d1579c2782e5/ping",
"secret": "heartbeat_093a09051d1f60ff81bf2ac96cf109d6280ed8074785a097c6b3319c8d825028",
"email_address": "heartbeat-65abaf2d97600272273391cecf911cda@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-18T19:03:23.509-08:00",
"created_at": "2025-11-18T19:03:23.509-08:00"
}
}
}