---
title: "List Channel Bindings"
method: GET
path: "/api/v1/channels/bindings"
tags: ["channels"]
---

# List Channel Bindings

`GET /api/v1/channels/bindings`

## Query parameters

- `provider` string, nullable

## Response `200`

Successful Response

- ChannelBindingRead[]
  - `id` string, uuid, required
  - `provider` string, required
  - `external_conversation_id` string, required
  - `external_conversation_name` string, nullable
  - `conversation_type` string, required
  - `agent_mode` string, required
  - `chat_agent_id` string, uuid, required
  - `property_id` string, uuid, nullable
  - `enabled` boolean, required

## Other responses

- `422` — Validation Error

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-09-09** `14d0341c60b5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/channels/bindings/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/59d90f796108?raw)
