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": "c8718262-be63-40e8-ac63-397ce6634168",
    "type": "alert_urgencies",
    "attributes": {
      "name": "71nfy",
      "description": "Ducimus voluptas recusandae dolorum.",
      "position": 1,
      "created_at": "2025-11-27T00:05:23.593-08:00",
      "updated_at": "2025-11-27T00:05:23.598-08: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