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": "93f0c58b-3041-4774-9c42-20902a61e757",
"type": "heartbeats",
"attributes": {
"slug": "qui-ipsum-porro-perspiciatis",
"name": "Qui ipsum porro perspiciatis.",
"description": "Autem consectetur necessitatibus et.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "5ff52d02-3650-43d4-9fd0-1c3df329a088",
"interval": 10,
"interval_unit": "hours",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/93f0c58b-3041-4774-9c42-20902a61e757/ping",
"secret": "heartbeat_f021f21cdd8564a4ef42cf63aac06a4730b5905d41d04a60e63bffe7f4c0fafc",
"email_address": "heartbeat-36c1b7b4c4aadba976bf1ee14f4ece9b@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-17T00:34:32.522-08:00",
"created_at": "2025-11-17T00:34:32.522-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": "93f0c58b-3041-4774-9c42-20902a61e757",
"type": "heartbeats",
"attributes": {
"slug": "qui-ipsum-porro-perspiciatis",
"name": "Qui ipsum porro perspiciatis.",
"description": "Autem consectetur necessitatibus et.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "5ff52d02-3650-43d4-9fd0-1c3df329a088",
"interval": 10,
"interval_unit": "hours",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/93f0c58b-3041-4774-9c42-20902a61e757/ping",
"secret": "heartbeat_f021f21cdd8564a4ef42cf63aac06a4730b5905d41d04a60e63bffe7f4c0fafc",
"email_address": "heartbeat-36c1b7b4c4aadba976bf1ee14f4ece9b@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-17T00:34:32.522-08:00",
"created_at": "2025-11-17T00:34:32.522-08:00"
}
}
}