---
title: "List Connect clusters"
method: GET
path: "/v1/kafka-connect/clusters"
tags: ["Kafka Connect"]
---

# List Connect clusters

`GET /v1/kafka-connect/clusters`

List Connect clusters available in Console.

## Response `200`

OK

- ListConnectClustersResponse
  - `clusters` ConnectCluster[]
    - `address` string — The host address of the Kafka Connect cluster.
    - `info` ConnectClusterInfo
      - `commit` string — The git commit ID of the connect worker source code.
      - `kafka_cluster_id` string — Cluster ID.
      - `version` string — Connect worker version.
    - `name` string — Unique name of connect cluster. For Redpanda Cloud, the value is `redpanda`.
    - `plugins` ConnectorPlugin[]
      - `class` string
      - `type` string
      - `version` string

## Other responses

- `401` — Unauthenticated.
- `500` — Internal Server Error. Reach out to support.
- `default` — An unexpected error response.

---

[API](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/revisions/7eef0bcc42e7/schema)
