Retrieves a specific alert urgency by id
curl --request GET \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9632b0cf-1a83-481c-a008-fe84a3164bc7",
"type": "alert_urgencies",
"attributes": {
"name": "yc9c3",
"description": "Non voluptatem cumque dolor.",
"position": 1,
"created_at": "2026-01-03T21:24:28.685-08:00",
"updated_at": "2026-01-03T21:24:28.688-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9632b0cf-1a83-481c-a008-fe84a3164bc7",
"type": "alert_urgencies",
"attributes": {
"name": "yc9c3",
"description": "Non voluptatem cumque dolor.",
"position": 1,
"created_at": "2026-01-03T21:24:28.685-08:00",
"updated_at": "2026-01-03T21:24:28.688-08:00"
}
}
}