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": "ca143705-58e4-4428-af20-b9569efafe6c",
"type": "heartbeats",
"attributes": {
"slug": "eos-velit-aut-harum",
"name": "Eos velit aut harum.",
"description": "Similique mollitia vitae maxime.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "61d81c0b-dd94-4b51-bc4a-9f252e07e3f2",
"interval": 6,
"interval_unit": "hours",
"notification_target_id": "210",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/ca143705-58e4-4428-af20-b9569efafe6c/ping",
"secret": "heartbeat_330b550939ed63343d847965abd8a9f7469a0e3be402167c5fd7f7cffc2ba407",
"email_address": "heartbeat-97b4dd8c053530bd2935ce7a321777a6@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-06T13:24:20.220-08:00",
"created_at": "2025-11-06T13:24:20.220-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": "ca143705-58e4-4428-af20-b9569efafe6c",
"type": "heartbeats",
"attributes": {
"slug": "eos-velit-aut-harum",
"name": "Eos velit aut harum.",
"description": "Similique mollitia vitae maxime.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "61d81c0b-dd94-4b51-bc4a-9f252e07e3f2",
"interval": 6,
"interval_unit": "hours",
"notification_target_id": "210",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/ca143705-58e4-4428-af20-b9569efafe6c/ping",
"secret": "heartbeat_330b550939ed63343d847965abd8a9f7469a0e3be402167c5fd7f7cffc2ba407",
"email_address": "heartbeat-97b4dd8c053530bd2935ce7a321777a6@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-06T13:24:20.220-08:00",
"created_at": "2025-11-06T13:24:20.220-08:00"
}
}
}