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": "fee0ebda-2e92-4775-95ba-33ee88247ad7",
"type": "escalation_policies",
"attributes": {
"name": "Sed qui dolores minus.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 307,
"last_updated_by_user_id": 308,
"group_ids": [
"ea2a2652-11e9-4483-afa9-4c1bd828a8bc"
],
"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-11T07:32:08.005-08:00",
"updated_at": "2026-02-11T07:32:08.005-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "0ebdc1a8-25bb-41e7-9f78-87147c1cabfc",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": [
{
"id": "ea2a2652-11e9-4483-afa9-4c1bd828a8bc",
"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": "fee0ebda-2e92-4775-95ba-33ee88247ad7",
"type": "escalation_policies",
"attributes": {
"name": "Sed qui dolores minus.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 307,
"last_updated_by_user_id": 308,
"group_ids": [
"ea2a2652-11e9-4483-afa9-4c1bd828a8bc"
],
"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-11T07:32:08.005-08:00",
"updated_at": "2026-02-11T07:32:08.005-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "0ebdc1a8-25bb-41e7-9f78-87147c1cabfc",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": [
{
"id": "ea2a2652-11e9-4483-afa9-4c1bd828a8bc",
"type": "groups"
}
]
},
"services": {
"data": []
}
}
}
}