GET
/
v1
/
heartbeats
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1a5630a0-845c-4b3c-8fd7-c90a0171ad12",
    "type": "heartbeats",
    "attributes": {
      "slug": "dolores-cupiditate-sequi-consequatur",
      "name": "Dolores cupiditate sequi consequatur.",
      "description": "Ad atque provident eaque.",
      "alert_summary": "API is down",
      "alert_urgency_id": "1977f707-eff5-4df0-87cb-a3a0f198b265",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "183",
      "notification_target_type": "User",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-03-28T23:00:52.391-07:00",
      "created_at": "2025-03-28T23:00:52.391-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
data
object
required