Fetch a single alert channel
Alerts
Get an Alert Channel
Returns the details of one alert channel that belongs to your workspace.
GET
Fetch a single alert channel
Authorizations
Use Authorization: Bearer
Path Parameters
The alert channel id.
Example:
"44444444-4444-4444-4444-444444444445"
Response
200 - application/json
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Example:
"workspace-123"
Example:
"My Slack Channel"
Available options:
slack, telegram, discord, webhook, pagerduty, email, incidentio Example:
"slack"
Example:
true
Whether the channel is ready to receive deliveries. Always true except for a telegram channel that has not yet linked a chat.
Example:
true
Example:
"2026-05-14T12:00:00.000Z"
Example:
"2026-05-14T12:00:00.000Z"
Type-specific channel parameters.
Example:
{
"webhook_url": "https://hooks.slack.com/services/T00/B00/xxxx"
}Soft-delete timestamp. Null while the channel is active.
Example:
null
Last modified on July 1, 2026