---
title: "List all Participants for a Channel."
method: GET
path: "/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Participants"
tags: ["FlexV1InteractionChannelParticipant"]
---

# List all Participants for a Channel.

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

List all Participants for a Channel.

## Path parameters

- `InteractionSid` string, required
- `ChannelSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `participants` FlexV1InteractionInteractionChannelInteractionChannelParticipant[]
    - `sid` string, nullable — The unique string created by Twilio to identify an Interaction Channel Participant resource.
    - `type` 'supervisor' | 'customer' | 'external' | 'agent' | 'unknown' — Participant type. Can be: `agent`, `customer`, `supervisor`, `external`, `unknown`
    - `interaction_sid` string, nullable — The Interaction Sid for this channel.
    - `channel_sid` string, nullable — The Channel Sid for this Participant.
    - `url` string, uri, nullable
    - `routing_properties` unknown
  - `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)
