English
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": "ee90c491-ed5a-416b-b617-8e9248180b4a", "type": "alert_urgencies", "attributes": { "name": "uchlg", "description": "Saepe voluptatum maiores et.", "position": 1, "created_at": "2025-07-05T07:39:13.403-07:00", "updated_at": "2025-07-05T07:39:13.409-07:00" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
alert urgency found
The response is of type object.
object
Was this page helpful?