---
title: "Get Connect cluster"
method: GET
path: "/v1/kafka-connect/clusters/{cluster_name}"
tags: ["Kafka Connect"]
---

# Get Connect cluster

`GET /v1/kafka-connect/clusters/{cluster_name}`

Get information about an available Kafka Connect cluster.

## Path parameters

- `cluster_name` string, required

## Response `200`

OK

- 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.
- `404` — Connect cluster not found
- `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)
