Alerting & Response/On-Call
GETOnCallSince 1.0SynchronousAuth Required
GetEscalationStatus
Get the current escalation status and level for a given alert
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
alertIdStringRequiredIdentifier of the alert whose escalation status to retrieve
Responses
Endpoint
GET/api/v1/oncall/alerts/{alertId}/escalation-status
/api/v1/oncall/alerts/{alertId}/escalation-status
Request Example
curl -X GET '{host}/api/v1/oncall/alerts/{alertId}/escalation-status' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "esc-aabbccdd",
"alertId": "alert-99887766",
"policyId": "pol-11223344",
"currentLevel": 2,
"status": "active",
"startTime": "example",
"lastNotify": "example"
}Change History
This API has no change history records yet.
