Skip to main content
GET
/
v1
/
alert_urgencies
/
{id}
Retrieves an alert urgency
curl --request GET \
  --url https://api.rootly.com/v1/alert_urgencies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "d0a557e2-1def-4f24-8229-c350616bcbf7",
    "type": "alert_urgencies",
    "attributes": {
      "name": "0gwi7",
      "description": "Recusandae quam cumque consequuntur.",
      "position": 1,
      "created_at": "2025-10-27T09:53:08.188-07:00",
      "updated_at": "2025-10-27T09:53:08.193-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

alert urgency found

data
object
required