GET
/
v1
/
escalation_policies
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/escalation_policies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f1c18fdb-089e-4f4e-8035-005bcb8e28de",
    "type": "escalation_policies",
    "attributes": {
      "name": "Molestiae quidem est odit.",
      "description": null,
      "repeat_count": 1,
      "created_by_user_id": 78,
      "last_updated_by_user_id": 79,
      "group_ids": [
        "e993a3e8-2aa5-4beb-94ac-85e0ac1f029f"
      ],
      "service_ids": [],
      "business_hours": {
        "time_zone": null,
        "days": [
          "F",
          "M",
          "T",
          "R",
          "W"
        ],
        "start_time": "09:00 AM",
        "end_time": "05:00 PM"
      },
      "created_at": "2025-04-18T18:16:35.628-07:00",
      "updated_at": "2025-04-18T18:16:35.628-07:00"
    },
    "relationships": {
      "escalation_levels": {
        "data": [
          {
            "id": "ae98bbbc-3508-4e1b-afec-f5b526086962",
            "type": "escalation_levels"
          }
        ]
      },
      "escalation_paths": {
        "data": []
      },
      "groups": {
        "data": [
          {
            "id": "e993a3e8-2aa5-4beb-94ac-85e0ac1f029f",
            "type": "groups"
          }
        ]
      },
      "services": {
        "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,escalation_policy_paths

Available options:
escalation_policy_levels,
escalation_policy_paths,
groups,
services

Response

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