---
title: "Read Channel List"
method: GET
path: "/api/v1/channel/list"
tags: ["Channel"]
---

# Read Channel List

`GET /api/v1/channel/list`

Retrieve list of channel

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- IGetResponsePaginatedIChannelRead
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseIChannelRead, required
    - `items` IChannelRead[], required
      - `org_id` string, uuid, nullable, required
      - `name` string, required
      - `credentials` object
      - `channel_provider` 'leadconnector' | 'hubspot' | 'google_calendar' | 'google_sheets' | 'zoho' | 'freshdesk' | 'insighto' | 'modmed' | 'twilio' | 'custom' | 'fb_messenger' | 'instagram' | 'paypal' | 'postgres' | 'plivo' | 'telnyx' | 'telegram' | 'calendar_pool', required
      - `id` string, uuid, required
    - `total` integer, nullable, required
    - `page` integer, nullable, required
    - `size` integer, nullable, required
    - `pages` integer, nullable
    - `previous_page` integer, nullable — Page number of the previous page
    - `next_page` integer, nullable — Page number of the next page

## Other responses

- `422` — Validation Error

---

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