Manage Notification Channels
List all notification channels for the organization
get
/api/notification-channelsReturns all notification channels configured for your organization as CRD-enveloped resources.
bash
Sample request12curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/notification-channels' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
List of notification channels
References NotificationChannelDefinitions
array
Array items
References NotificationChannelDefinition
A notification channel configuration wrapped in a CRD-like envelope. Follows the Dash0 resource convention with kind/metadata/spec structure.
stringrequired
"Dash0NotificationChannel"NotificationChannelMetadatarequired
NotificationChannelSpecrequired