---
title: "Get Cluster"
method: GET
path: "/clusters/{cluster_id}"
tags: ["Cluster"]
---

# Get Cluster

`GET /clusters/{cluster_id}`

Returns the Kafka cluster with the specified ``cluster_id``.

## Response `200`

The Kafka cluster.

- ClusterData
  - `kind` string, required
  - `metadata` ResourceMetadata, required
    - `self` string, required
    - `resource_name` string, nullable
  - `cluster_id` string, required
  - `controller` Relationship
    - `related` string, required
  - `acls` Relationship, required
    - `related` string, required
  - `brokers` Relationship, required
    - `related` string, required
  - `broker_configs` Relationship, required
    - `related` string, required
  - `consumer_groups` Relationship, required
    - `related` string, required
  - `topics` Relationship, required
    - `related` string, required
  - `partition_reassignments` Relationship, required
    - `related` string, required

## Changes

- **2022-03-22** (v3) `0b87d328c664` — 6 info
  - api operation id `getKafkaV3Cluster` removed and replaced with ``
  - api tag `Cluster` added
  - api tag `Cluster (v3)` removed
  - removed the non-success response with the status `400`
  - …2 more
- **2022-01-18** (v3) `242a6e383b71` — 6 info
  - api operation id `getKafkaV3Cluster` was added
  - api tag `Cluster (v3)` added
  - api tag `Cluster` removed
  - added the non-success response with the status `400`
  - …2 more
- **2022-01-18** (v3) `fbdd72178c66` — 6 info
  - api operation id `getKafkaV3Cluster` removed and replaced with ``
  - api tag `Cluster` added
  - api tag `Cluster (v3)` removed
  - removed the non-success response with the status `400`
  - …2 more
- **2021-09-08** (v3) `2d4f120a2079` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
- **2021-09-01** (v3) `fc95920a3a26` — 3 info
  - api operation id `getKafkaV3Cluster` was added
  - api tag `Cluster (v3)` added
  - api tag `Cluster` removed

[Full history](https://skmtc.dev/confluentinc/apis/rest-admin-api/changes/clusters/:cluster_id/get.md)

---

[API](https://skmtc.dev/confluentinc/apis/rest-admin-api.md) · [All operations](https://skmtc.dev/confluentinc/apis/rest-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confluentinc/rest-admin-api/revisions/56caffc0859c/schema)
