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

# List all Invites for a Channel.

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

List all Invites for a Channel.

## Path parameters

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

## Query parameters

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

## Response `200`

OK

- object
  - `invites` FlexV1InteractionInteractionChannelInteractionChannelInvite[]
    - `sid` string, nullable — The unique string created by Twilio to identify an Interaction Channel Invite resource.
    - `interaction_sid` string, nullable — The Interaction SID for this Channel.
    - `channel_sid` string, nullable — The Channel SID for this Invite.
    - `routing` unknown
    - `url` string, uri, 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/flex-v1.md) · [All operations](https://skmtc.net/twilio/apis/flex-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/flex-v1/versions/ee29ed21273f/schema)
