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": "e5168dcf-8bb1-4e9b-8b4d-f178aa0b1a6c",
"type": "heartbeats",
"attributes": {
"slug": "nostrum-aspernatur-magnam-facere",
"name": "Nostrum aspernatur magnam facere.",
"description": "Facere mollitia dolore consequuntur.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "bfa6955f-f607-43b3-8a61-63aa1771ad3c",
"interval": 1,
"interval_unit": "minutes",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/e5168dcf-8bb1-4e9b-8b4d-f178aa0b1a6c/ping",
"secret": "heartbeat_0a858da48a203460a9e37335c3cb80fbd4c82095f1d34bf7e959d5b8af954563",
"email_address": "heartbeat-b53fa6a89d496935cae621dabe9c0a30@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-18T01:07:11.624-08:00",
"created_at": "2025-11-18T01:07:11.624-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": "e5168dcf-8bb1-4e9b-8b4d-f178aa0b1a6c",
"type": "heartbeats",
"attributes": {
"slug": "nostrum-aspernatur-magnam-facere",
"name": "Nostrum aspernatur magnam facere.",
"description": "Facere mollitia dolore consequuntur.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "bfa6955f-f607-43b3-8a61-63aa1771ad3c",
"interval": 1,
"interval_unit": "minutes",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/e5168dcf-8bb1-4e9b-8b4d-f178aa0b1a6c/ping",
"secret": "heartbeat_0a858da48a203460a9e37335c3cb80fbd4c82095f1d34bf7e959d5b8af954563",
"email_address": "heartbeat-b53fa6a89d496935cae621dabe9c0a30@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-18T01:07:11.624-08:00",
"created_at": "2025-11-18T01:07:11.624-08:00"
}
}
}