GET
/
v1
/
pulses
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/pulses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "00bd1aa5-071f-4dc7-94d0-a3d610758b6e",
    "type": "pulses",
    "attributes": {
      "short_id": null,
      "source": "unknown",
      "summary": "Culpa explicabo laborum eos.",
      "labels": [],
      "refs": [],
      "services": [],
      "environments": [],
      "data": {},
      "external_url": null,
      "started_at": "2025-05-29T17:47:14.554-07:00",
      "ended_at": null,
      "created_at": "2025-05-29T17:47:14.554-07:00",
      "updated_at": "2025-05-29T17:47:14.554-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

pulse found

The response is of type object.