コンテンツにスキップ

List notification channels

GET
/api/v1/notification-channels

Returns all notification channels for the team. Config fields are excluded from the response.

List of notification channels

object
channels
Array<object>

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