---
title: "List all Channels for an Interaction."
method: GET
path: "/v1/Interactions/{InteractionSid}/Channels"
tags: ["FlexV1InteractionChannel"]
---

# List all Channels for an Interaction.

`GET /v1/Interactions/{InteractionSid}/Channels`

List all Channels for an Interaction.

## Path parameters

- `InteractionSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `channels` FlexV1InteractionInteractionChannel[]
    - `sid` string, nullable — The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO.
    - `interaction_sid` string, nullable — The unique string created by Twilio to identify an Interaction resource, prefixed with KD.
    - `type` 'voice' | 'sms' | 'email' | 'web' | 'whatsapp' | 'chat' | 'messenger' | 'gbm' — The Interaction Channel's type. Can be: `sms`, `email`, `chat`, `whatsapp`, `web`, `messenger`, or `gbm`. **Note:** These can be different from the task channel type specified in the Routing attributes. Task channel type corresponds to channel capacity while this channel type is the actual media type
    - `status` 'setup' | 'active' | 'failed' | 'closed' | 'inactive' | 'pause' | 'transfer' — The status of this channel.
    - `error_code` integer, nullable — The Twilio error code for a failed channel.
    - `error_message` string, nullable — The error message for a failed channel.
    - `url` string, uri, nullable
    - `links` object, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/twilio-flex.md) · [All operations](https://skmtc.net/twilio/apis/twilio-flex/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-flex/revisions/ea1db919b6cc/schema)
