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": "ce3eda9e-a514-4ed8-bc9a-b02f19c7aba7",
"type": "heartbeats",
"attributes": {
"slug": "animi-aut-id-perferendis",
"name": "Animi aut id perferendis.",
"description": "Enim aut ab in.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "1b830abc-c364-4c3f-a725-e4730ea08aff",
"interval": 4,
"interval_unit": "seconds",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/ce3eda9e-a514-4ed8-bc9a-b02f19c7aba7/ping",
"secret": "heartbeat_7954b7202bda86184dc408ea0a66ee36055815dc3fb89b0308f24a33a8730ba0",
"email_address": "heartbeat-dd35c235e0504deed943edc5c2652f26@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-25T13:15:18.998-08:00",
"created_at": "2025-11-25T13:15:18.998-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": "ce3eda9e-a514-4ed8-bc9a-b02f19c7aba7",
"type": "heartbeats",
"attributes": {
"slug": "animi-aut-id-perferendis",
"name": "Animi aut id perferendis.",
"description": "Enim aut ab in.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "1b830abc-c364-4c3f-a725-e4730ea08aff",
"interval": 4,
"interval_unit": "seconds",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/ce3eda9e-a514-4ed8-bc9a-b02f19c7aba7/ping",
"secret": "heartbeat_7954b7202bda86184dc408ea0a66ee36055815dc3fb89b0308f24a33a8730ba0",
"email_address": "heartbeat-dd35c235e0504deed943edc5c2652f26@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-25T13:15:18.998-08:00",
"created_at": "2025-11-25T13:15:18.998-08:00"
}
}
}