---
title: "Get channels with pagination"
method: GET
path: "/api/channels/"
tags: ["channels"]
---

# Get channels with pagination

`GET /api/channels/`

Returns a paginated list of channels with optional filters

## Query parameters

- `page` integer
- `per_page` integer
- `id` integer
- `name` string
- `key` string
- `channel_type` integer
- `base_url` string
- `order` string

## Response `200`

OK

- object
  - `data` object
  - `message` string
  - `success` boolean

---

[API](https://skmtc.net/labring/apis/ai-proxy-swagger-api.md) · [All operations](https://skmtc.net/labring/apis/ai-proxy-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/ai-proxy-swagger-api/revisions/696faf563b42/schema)
