GET
/
v1
/
pulses
/
{id}
Retrieves a pulse
curl --request GET \
  --url https://api.rootly.com/v1/pulses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f3e6c7a7-ffce-4732-958f-399412d1f685",
    "type": "pulses",
    "attributes": {
      "short_id": null,
      "source": "unknown",
      "summary": "Omnis at quia porro.",
      "labels": [],
      "refs": [],
      "services": [],
      "environments": [],
      "data": {},
      "external_url": null,
      "started_at": "2025-08-12T16:37:57.969-07:00",
      "ended_at": null,
      "created_at": "2025-08-12T16:37:57.969-07:00",
      "updated_at": "2025-08-12T16:37:57.969-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.