Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
pulse found
Retrieves a specific pulse by id
curl --request GET \
--url https://api.rootly.com/v1/pulses/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "d6ea88c4-10d6-42e7-91a2-1797798c546a",
"type": "pulses",
"attributes": {
"short_id": null,
"source": "unknown",
"summary": "Dicta sint itaque sed.",
"labels": [],
"refs": [],
"services": [],
"environments": [],
"data": {},
"external_url": null,
"started_at": "2025-09-18T06:45:34.394-07:00",
"ended_at": null,
"created_at": "2025-09-18T06:45:34.394-07:00",
"updated_at": "2025-09-18T06:45:34.394-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
pulse found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/pulses/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "d6ea88c4-10d6-42e7-91a2-1797798c546a",
"type": "pulses",
"attributes": {
"short_id": null,
"source": "unknown",
"summary": "Dicta sint itaque sed.",
"labels": [],
"refs": [],
"services": [],
"environments": [],
"data": {},
"external_url": null,
"started_at": "2025-09-18T06:45:34.394-07:00",
"ended_at": null,
"created_at": "2025-09-18T06:45:34.394-07:00",
"updated_at": "2025-09-18T06:45:34.394-07:00"
}
}
}