---
title: "GET /v1/Channels"
method: GET
path: "/v1/Channels"
tags: ["FlexV1Channel"]
---

# GET /v1/Channels

`GET /v1/Channels`

## Query parameters

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

## Response `200`

OK

- object
  - `flex_chat_channels` FlexV1Channel[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource and owns this Workflow.
    - `flex_flow_sid` string, nullable — The SID of the Flex Flow.
    - `sid` string, nullable — The unique string that we created to identify the Channel resource.
    - `user_sid` string, nullable — The SID of the chat user.
    - `task_sid` string, nullable — The SID of the TaskRouter Task. Only valid when integration type is `task`. `null` for integration types `studio` & `external`
    - `url` string, uri, nullable — The absolute URL of the Flex chat channel resource.
    - `date_created` string, date-time, nullable — The date and time in GMT when the Flex chat channel was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the Flex chat channel was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `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)
