GET
/
v1
/
alert_urgencies
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_urgencies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b21eb15e-5ec2-40b4-b206-fa1d8365829e",
    "type": "alert_urgencies",
    "attributes": {
      "name": "fxuge",
      "description": "Dolores nisi sunt aut.",
      "position": 1,
      "created_at": "2025-06-21T11:56:55.364-07:00",
      "updated_at": "2025-06-21T11:56:55.367-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.