Retrieves a specific pulse by id
curl --request GET \
--url https://api.rootly.com/v1/pulses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2f657b01-4cd4-4581-9d88-8f0aedd9e063",
"type": "pulses",
"attributes": {
"short_id": null,
"source": "unknown",
"summary": "Rem excepturi provident eum.",
"labels": [],
"refs": [],
"services": [],
"environments": [],
"data": {},
"external_url": null,
"started_at": "2026-02-13T18:09:23.946-08:00",
"ended_at": null,
"created_at": "2026-02-13T18:09:23.946-08:00",
"updated_at": "2026-02-13T18:09:23.946-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/pulses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2f657b01-4cd4-4581-9d88-8f0aedd9e063",
"type": "pulses",
"attributes": {
"short_id": null,
"source": "unknown",
"summary": "Rem excepturi provident eum.",
"labels": [],
"refs": [],
"services": [],
"environments": [],
"data": {},
"external_url": null,
"started_at": "2026-02-13T18:09:23.946-08:00",
"ended_at": null,
"created_at": "2026-02-13T18:09:23.946-08:00",
"updated_at": "2026-02-13T18:09:23.946-08:00"
}
}
}