v7

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-07355390.1 KB
kafka_cluster

Get Kafka cluster

Returns the details of a specific Kafka cluster, including its configuration properties. Sensitive properties (passwords, secrets, etc.) are automatically redacted in the response.

get/kafka-clusters/{cluster_name}

Path parameters

cluster_namestring required

Kafka cluster name

Query parameters

include_subscriptionsboolean

If true, includes the list of subscriptions using this cluster.

Response

Kafka cluster details

created_atstring required

Created at

When the Kafka cluster configuration was created.

namestring hostname required

Kafka cluster name

Valid name to use as a kafka cluster identifier. MUST conform a valid hostname format.

propertiesobject required

Properties

Properties for connecting to the kafka cluster.

For a full list of configuration properties, check the librdkafka documentation.