Skip to main content
GET
/
v1
/
heartbeats
/
{id}
Retrieves a heartbeat
curl --request GET \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "d1656283-a370-4f55-8522-6808b930f4cc",
    "type": "heartbeats",
    "attributes": {
      "slug": "molestiae-non-suscipit-tenetur",
      "name": "Molestiae non suscipit tenetur.",
      "description": "Enim eaque voluptatibus non.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "11eb38c2-88a5-402d-93ec-b2abf190248d",
      "interval": 8,
      "interval_unit": "seconds",
      "notification_target_id": "212",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/d1656283-a370-4f55-8522-6808b930f4cc/ping",
      "secret": "heartbeat_018017151507705ae39dac64509e4516dfbdc54f297786a5c4a973b3bc834dcd",
      "email_address": "heartbeat-8db48c743a85b83bede053a3f4255c81@test.email.rootly.com",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-11-24T10:25:49.515-08:00",
      "created_at": "2025-11-24T10:25:49.514-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

heartbeat found by slug

data
object
required