Alerting & Response/Alert Channels & Integrations
GETAlertingSince 1.0SynchronousAuth Required
ListAlertChannels
List all notification channels with pagination support
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
pageInteger1-based page number; 0 means no pagination 1-based page number; 0 means no pagination
Example: 0
pageSizeIntegerResults per page; default 20, max 200 Results per page; default 20, max 200
Example: 0
Responses
Endpoint
GET/api/v1/alerting/channels
/api/v1/alerting/channels
Request Example
curl -X GET '{host}/api/v1/alerting/channels' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 5,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
