---
title: "List Kafka clusters"
method: GET
path: "/kafka-clusters"
tags: ["kafka_cluster"]
---

# List Kafka clusters

`GET /kafka-clusters`

Returns a list of all registered Kafka clusters.

## Response `200`

List of all Kafka clusters

- ListKafkaClustersResponse — List of all Kafka clusters.
  - `clusters` SimpleKafkaClusterResponse[], required
    - `created_at` string, required — # Created at When the Kafka cluster configuration was created.
    - `info` SchemaInfo[] — # Info List of configuration/deprecation information related to this deployment.
      - `code` string, nullable
      - `message` string, required
    - `name` string, hostname, required — # Kafka cluster name Valid name to use as a kafka cluster identifier. MUST conform a valid hostname format.
    - `properties` object, required — # Properties Properties for connecting to the kafka cluster. For a full list of configuration properties, check the [librdkafka documentation](https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md).

---

[API](https://skmtc.net/restatedev/apis/admin-api.md) · [All operations](https://skmtc.net/restatedev/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restatedev/admin-api/versions/9776a5b4a837/schema)
