Retrieves a specific escalation policy by id
curl --request GET \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "67d5eb1c-98aa-4888-9e9d-e0c782d08440",
"type": "escalation_policies",
"attributes": {
"name": "Cupiditate earum rerum voluptatem.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 377,
"last_updated_by_user_id": 378,
"group_ids": [
"eba4f6fc-a34f-4334-a438-315512ecfd2a"
],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00",
"end_time": "17:00"
},
"created_at": "2026-02-18T07:18:44.266-08:00",
"updated_at": "2026-02-18T07:18:44.266-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "c4fc3bb8-eed3-4449-953b-32596c2125aa",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": [
{
"id": "eba4f6fc-a34f-4334-a438-315512ecfd2a",
"type": "groups"
}
]
},
"services": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
comma separated if needed. eg: escalation_policy_levels,escalation_policy_paths
escalation_policy_levels, escalation_policy_paths, groups, services escalation policy found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "67d5eb1c-98aa-4888-9e9d-e0c782d08440",
"type": "escalation_policies",
"attributes": {
"name": "Cupiditate earum rerum voluptatem.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 377,
"last_updated_by_user_id": 378,
"group_ids": [
"eba4f6fc-a34f-4334-a438-315512ecfd2a"
],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00",
"end_time": "17:00"
},
"created_at": "2026-02-18T07:18:44.266-08:00",
"updated_at": "2026-02-18T07:18:44.266-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "c4fc3bb8-eed3-4449-953b-32596c2125aa",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": [
{
"id": "eba4f6fc-a34f-4334-a438-315512ecfd2a",
"type": "groups"
}
]
},
"services": {
"data": []
}
}
}
}