---
title: "List Model Channels"
method: GET
path: "/model-channels"
tags: ["Project"]
---

# List Model Channels

`GET /model-channels`

List the model channels

## Query parameters

- `project_id` string — Required if using a company api key
- `limit` number
- `offset` number

## Response `200`

Success

- object — Success
  - `data` object[], required
    - `id` string, required
    - `description` string, required — Human-readable description of the model channel.
    - `current_model` object, required — The currently active model in this channel.
      - `id` string, required
    - `is_active` boolean, required — Indicates if the model channel is active for the project.
    - `unsupported_country_codes` string[], required — Country codes that cannot be used with this channel. Chats requested for these countries are not created.

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/versions/92840a1bffa7/schema)
