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": "ed9f21d4-4bd8-465a-b605-8844f300635f",
    "type": "heartbeats",
    "attributes": {
      "slug": "reprehenderit-dolorem-nulla-qui",
      "name": "Reprehenderit dolorem nulla qui.",
      "description": "Id voluptatem ipsa praesentium.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "44fdc000-365c-4cb0-9122-234f39f216ce",
      "interval": 5,
      "interval_unit": "hours",
      "notification_target_id": "203",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/ed9f21d4-4bd8-465a-b605-8844f300635f/ping",
      "secret": "heartbeat_2e62fbb4a8088dee6bac1d817df494b4142c97a3a47a230b03622fe3dd1dc921",
      "email_address": "heartbeat-1a60050afce67e9749a7561c0f072f19@test.email.rootly.com",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-10-15T16:25:07.927-07:00",
      "created_at": "2025-10-15T16:25:07.927-07: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
I