---
title: "List Delivery Channels for project"
method: GET
path: "/v1/account/{accountSlug}/project/{projectSlug}/delivery-channels"
tags: ["Delivery Channels"]
---

# List Delivery Channels for project

`GET /v1/account/{accountSlug}/project/{projectSlug}/delivery-channels`

Retrieve all configured delivery channels associated with a specific project.

## Path parameters

- `accountSlug` string, required
- `projectSlug` string, required

## Response `200`

A successful response.

- ProjectDeliveryChannelsGetResponse — An object with details about delivery channels for project.
  - `delivery_channels` DeliveryChannelPayload[]
    - `id` string, uuid, required — Unique identifier of the delivery channel
    - `label` string, required — Human-readable name of the delivery channel
    - `type` 'email' | 'slack' | 'discord' | 'webhook', required — Type of delivery channel: * email - Email notifications * slack - Slack workspace notifications * discord - Discord channel notifications * webhook - Custom webhook notifications
    - `owner_id` string, uuid, required — ID of the channel owner
    - `project_id` string, uuid — ID of the project if associated with one
    - `reference_id` string, required — External reference identifier
    - `enabled` boolean, required — Whether the channel is currently active
    - `created_at` string, date-time, required — Timestamp when the channel was created
    - `information` union, required — Channel-specific configuration details that vary by type
      - object
        - `email` string, email
        - `emails` string[]
      - object
        - `team_name` string
        - `channel_name` string
      - object
        - `webhook` string
      - object
        - `chat_id` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The resource was not found.
- `429` — The request was rate limited. See the [rate limits](#section/Introduction/Rate-limits) section for the current limits and how request counts expire.
- `500` — Server error.

---

[API](https://skmtc.net/tenderly/apis/tenderly-api.md) · [All operations](https://skmtc.net/tenderly/apis/tenderly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tenderly/tenderly-api/versions/59b67cf882bc/schema)
