Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
escalation level found
Retrieves a specific escalation level by id
curl --request GET \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bcc63ce0-d424-45ca-9aac-a035c33d567e",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "2a6d996a-ce54-433a-b68a-d6a72d5c7ee5",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-11-04T11:10:24.467-08:00",
"updated_at": "2025-11-04T11:10:24.467-08:00",
"notification_target_params": [
{
"id": "160",
"type": "user",
"team_members": "all"
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
escalation level found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bcc63ce0-d424-45ca-9aac-a035c33d567e",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "2a6d996a-ce54-433a-b68a-d6a72d5c7ee5",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-11-04T11:10:24.467-08:00",
"updated_at": "2025-11-04T11:10:24.467-08:00",
"notification_target_params": [
{
"id": "160",
"type": "user",
"team_members": "all"
}
]
}
}
}