Alerting & Response/Alert Routing & Policies
GETAlertingSince 1.0SynchronousAuth Required
GetAlertAssignmentHistory
Get the full assignment history for an alert including all reassignments
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
alertIdStringRequiredAlert identifier to retrieve assignment history for
Responses
Endpoint
GET/api/v1/alerting/assignments/{alertId}/history
/api/v1/alerting/assignments/{alertId}/history
Request Example
curl -X GET '{host}/api/v1/alerting/assignments/{alertId}/history' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 3
}Change History
This API has no change history records yet.
