Alerting & Response/Alert Routing & Policies
GETAlertingSince 1.0SynchronousAuth Required
GetAlertAssignment
Get the current assignment details for a specific 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
alertIdStringRequiredAlert identifier to get assignment for
Responses
Endpoint
GET/api/v1/alerting/assignments/{alertId}
/api/v1/alerting/assignments/{alertId}
Request Example
curl -X GET '{host}/api/v1/alerting/assignments/{alertId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"alertId": "alert-789xyz",
"assigneeUserId": "user-001",
"assigneeName": "John Smith",
"assignedAt": "example",
"assignmentSource": "auto"
}Change History
This API has no change history records yet.
