Alerting & Response/Alert Routing & Policies
GETAlertingSince 1.0SynchronousAuth Required
GetAlertNotificationPolicy
Retrieve a specific notification policy by its identifier
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the policy to retrieve
Responses
Endpoint
GET/api/v1/alerting/notification-policies/{uuid}
/api/v1/alerting/notification-policies/{uuid}
Request Example
curl -X GET '{host}/api/v1/alerting/notification-policies/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "policy-001",
"name": "Critical Alert Routing",
"description": "Route critical alerts to ops channels",
"priority": 1,
"isDefault": false,
"matchers": [
{}
],
"channelIds": [],
"groupBy": []
}Change History
This API has no change history records yet.
