Dash0 acquires Polar Signals

Manage Notification Channels

Get a specific notification channel

get/api/notification-channels/{originOrId}

Returns a specific notification channel identified by its UUID or origin.

Parameters 1

originOrIdpathrequired

Notification channel origin or UUID.

string
bash
Sample request
12
curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/notification-channels/123e4567-e89b-42d3-a456-426614174000' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

The requested notification channel

A notification channel configuration wrapped in a CRD-like envelope. Follows the Dash0 resource convention with kind/metadata/spec structure.

stringrequired
"Dash0NotificationChannel"