Alerting & Response/Alert Channels & Integrations
GETAlertingSince 1.0SynchronousAuth Required
GetAlertChannel
Retrieve a specific notification channel 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 channel to retrieve
Responses
Endpoint
GET/api/v1/alerting/channels/{uuid}
/api/v1/alerting/channels/{uuid}
Request Example
curl -X GET '{host}/api/v1/alerting/channels/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "chan-001",
"name": "Ops Email Channel",
"description": "Email notifications for operations team",
"type": "email",
"status": "active",
"config": null,
"templateId": "tmpl-email-001",
"alertCount": 150
}Change History
This API has no change history records yet.
