Alerting & Response/Alert Routing & Policies
GETAlertingSince 1.0SynchronousAuth Required
GetAlertAssignmentRuleConfig
Retrieve the on-call assignment configuration for a rule
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
ruleIdStringRequiredRule identifier to retrieve assignment config for
Responses
Endpoint
GET/api/v1/alerting/assignments/rules/{ruleId}
/api/v1/alerting/assignments/rules/{ruleId}
Request Example
curl -X GET '{host}/api/v1/alerting/assignments/rules/{ruleId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"ruleId": "rule-abc123",
"enabled": true,
"scheduleId": "sched-001",
"escalateAfterMinutes": 30,
"escalateToScheduleId": "sched-002"
}Change History
This API has no change history records yet.
