GET
/
v1
/
alert_urgencies
/
{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"
    }
  }
}

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

200
application/vnd.api+json

alert urgency found

The response is of type object.