GET
/
v1
/
escalation_paths
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/escalation_paths/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a27e5615-b085-44b4-b4ab-9f3acee791bd",
    "type": "escalation_paths",
    "attributes": {
      "name": "Ab pariatur est sed.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "d46dfc60-fd4c-4952-8e61-05f2112cbcd4",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "created_at": "2025-03-19T17:37:39.009-07:00",
      "updated_at": "2025-03-19T17:37:39.009-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "c04cfe66-f72b-4b3e-b5fa-e9401fa3072c"
          ]
        }
      ]
    },
    "relationships": {
      "escalation_levels": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
enum<string>

comma separated if needed. eg: escalation_policy_levels

Available options:
escalation_policy_levels

Response

200
application/vnd.api+json
escalation path found
data
object
required