List Alert Notification Channels.
Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the Organization to which the Notification Channels belong.
A list of IDs of specific Notification Channels to list. The API will list information only for Notification Channels which have been specified in this list.
A list of Deployment IDs to filter by, not allowed if Workspace IDs are provided. Returns Notification Channels scoped to these Deployments, plus any shared Organization or Workspace Notification Channels accessible to them.
A list of Workspace IDs to filter by, not allowed if Deployment IDs are provided. Returns Notification Channels scoped to these Workspaces, plus any shared Organization or Deployment Notification Channels accessible to them.
A list of Notification Channel types to filter by.
EMAIL, SLACK, PAGERDUTY, DAG_TRIGGER, OPSGENIE The type of entity the Notification Channels belong to.
ORGANIZATION, WORKSPACE, DEPLOYMENT The number of results to skip before returning values.
x >= 0The maximum number of results to return.
x >= 0A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc or <fieldName>:desc.
name:asc, name:desc, createdAt:asc, createdAt:desc, updatedAt:asc, updatedAt:desc