GET
/
v1
/
heartbeats
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "74175622-e89b-4a5c-9dd9-7e7671ac7e65",
    "type": "heartbeats",
    "attributes": {
      "slug": "molestiae-doloremque-necessitatibus-dolore",
      "name": "Molestiae doloremque necessitatibus dolore.",
      "description": "Deserunt et natus quaerat.",
      "alert_summary": "API is down",
      "alert_urgency_id": "9abe4e00-fe1d-4d6e-b19d-1705494e9d87",
      "interval": 1,
      "interval_unit": "hours",
      "notification_target_id": "160",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/74175622-e89b-4a5c-9dd9-7e7671ac7e65/ping",
      "secret": "heartbeat_a9461f758343288989ae2fd59db54506407df9e80fe2260fdfab054875413949",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-07-02T21:13:14.200-07:00",
      "created_at": "2025-07-02T21:13:14.200-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json

heartbeat found

The response is of type object.