GET
/
v1
/
heartbeats
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "17ecc81f-a094-4eea-9a73-1737e2c5922f",
    "type": "heartbeats",
    "attributes": {
      "slug": "sit-quia-quisquam-consequatur",
      "name": "Sit quia quisquam consequatur.",
      "description": "Quae exercitationem voluptatibus veritatis.",
      "alert_summary": "API is down",
      "alert_urgency_id": "9babeb36-0b55-424e-8b1b-8810f437de9a",
      "interval": 7,
      "interval_unit": "minutes",
      "notification_target_id": "150",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/17ecc81f-a094-4eea-9a73-1737e2c5922f/ping",
      "secret": "heartbeat_671d9070a9a01770db6f1a2addff1eafb4182c7163092d7f9399c9e94612ba50",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-05-29T17:43:36.881-07:00",
      "created_at": "2025-05-29T17:43:36.881-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.