Alerting & Response/On-Call
GETOnCallSince 1.0SynchronousAuth Required
GetEscalationPolicy
Get details of a specific escalation policy by policy ID
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
policyIdStringRequiredID of the escalation policy to retrieve
Responses
Endpoint
GET/api/v1/oncall/escalation-policies/{policyId}
/api/v1/oncall/escalation-policies/{policyId}
Request Example
curl -X GET '{host}/api/v1/oncall/escalation-policies/{policyId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "pol-11223344",
"name": "Critical Alert Policy",
"description": "Escalation policy for P0 incidents",
"rules": [
{}
],
"repeatCount": 3,
"createDate": "example",
"lastOpDate": "example"
}Change History
This API has no change history records yet.
