---
title: "List delivery channels for the org"
method: GET
path: "/orgs/{org_id}/channels"
tags: ["channels"]
---

# List delivery channels for the org

`GET /orgs/{org_id}/channels`

List the organization's delivery channels — the addresses alarms can notify (email inboxes, Slack channels).

Channels carry no conditions of their own. What to watch and when to fire lives on the alarm; this is only where the message goes.

## Path parameters

- `org_id` string, required

## Response `200`

Channels for the org

- ListOrgChannelsResBody
  - `channels` NotificationChannelOut[], required
    - `config` object, required
    - `id` integer, required
    - `name` string, nullable
    - `type` 'email' | 'slack', required

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.net/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/dd7e398ce0d3/schema)
