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": "6710c7d9-2669-4ae7-846b-5f12e701549c",
"type": "heartbeats",
"attributes": {
"slug": "accusamus-qui-doloremque-officiis",
"name": "Accusamus qui doloremque officiis.",
"description": "Dignissimos temporibus eos et.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "006649c3-8985-444f-9746-f820638df8f4",
"interval": 2,
"interval_unit": "minutes",
"notification_target_id": "210",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/6710c7d9-2669-4ae7-846b-5f12e701549c/ping",
"secret": "heartbeat_43422fe9205f0aade0e460f7c9c3ce5ab00cb2b1d1b3756d88c7361e85f3d0ca",
"email_address": "heartbeat-77ce1d6d5889e5b229ed1fe83b7aa5c2@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-04T19:20:08.121-08:00",
"created_at": "2025-11-04T19:20:08.121-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": "6710c7d9-2669-4ae7-846b-5f12e701549c",
"type": "heartbeats",
"attributes": {
"slug": "accusamus-qui-doloremque-officiis",
"name": "Accusamus qui doloremque officiis.",
"description": "Dignissimos temporibus eos et.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "006649c3-8985-444f-9746-f820638df8f4",
"interval": 2,
"interval_unit": "minutes",
"notification_target_id": "210",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/6710c7d9-2669-4ae7-846b-5f12e701549c/ping",
"secret": "heartbeat_43422fe9205f0aade0e460f7c9c3ce5ab00cb2b1d1b3756d88c7361e85f3d0ca",
"email_address": "heartbeat-77ce1d6d5889e5b229ed1fe83b7aa5c2@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-04T19:20:08.121-08:00",
"created_at": "2025-11-04T19:20:08.121-08:00"
}
}
}