Skip to main content
GET
/
v1
/
pulses
/
{id}
Retrieves a pulse
curl --request GET \
  --url https://api.rootly.com/v1/pulses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "70f3388b-56c4-409e-a9f0-8990b35eb56b",
    "type": "pulses",
    "attributes": {
      "short_id": null,
      "source": "unknown",
      "summary": "Sit dolorem velit neque.",
      "labels": [],
      "refs": [],
      "services": [],
      "environments": [],
      "data": {},
      "external_url": null,
      "started_at": "2025-11-14T13:17:12.252-08:00",
      "ended_at": null,
      "created_at": "2025-11-14T13:17:12.252-08:00",
      "updated_at": "2025-11-14T13:17:12.252-08: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

pulse found

data
object
required