GET
/
v1
/
alert_urgencies
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_urgencies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "19b2d0f1-a4f7-4fd9-b204-0a1f48f646ef",
    "type": "alert_urgencies",
    "attributes": {
      "name": "5kzoq",
      "description": "Et ipsum magni odio.",
      "position": 1,
      "created_at": "2025-03-22T22:57:40.930-07:00",
      "updated_at": "2025-03-22T22:57:40.935-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
data
object
required