{
"data": [
{
"id": "ch_email123",
"type": "email",
"name": "Team Email",
"enabled": true,
"config": {
"email": "[email protected]"
},
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-08T12:00:00Z"
},
{
"id": "ch_slack456",
"type": "slack",
"name": "Engineering Slack",
"enabled": true,
"config": {
"channel": "#engineering-alerts",
"workspaceName": "Acme Inc"
},
"createdAt": "2024-01-02T00:00:00Z",
"updatedAt": "2024-01-08T12:00:00Z"
},
{
"id": "ch_discord789",
"type": "discord",
"name": "Discord Alerts",
"enabled": true,
"config": {
"webhookConfigured": true
},
"createdAt": "2024-01-03T00:00:00Z",
"updatedAt": "2024-01-08T12:00:00Z"
},
{
"id": "ch_webhook000",
"type": "webhook",
"name": "PagerDuty",
"enabled": false,
"config": {
"url": "https://events.pagerduty.com/..."
},
"createdAt": "2024-01-04T00:00:00Z",
"updatedAt": "2024-01-08T12:00:00Z"
}
],
"meta": {
"total": 4,
"requestId": "req_xyz789"
}
}