コンテンツにスキップ

Get notification channel

GET
/api/v1/notification-channels/{id}

Returns a single notification channel by ID. Config fields are excluded from the response.

id
required
string

Notification channel detail

object
channel

Notification channel (config field excluded — contains secrets)

object
id

ULID

string
teamId
string
type
string
Allowed values: email slack discord line webhook pagerduty datadog github grafana jira
name
string
<= 100 characters
isActive
integer
Allowed values: 0 1
verified

Email channels start unverified (0) until the user clicks the verification link. All other types are always 1.

integer
Allowed values: 0 1
createdAt
string format: date-time

Unauthorized

Channel not found