This endpoint lets you fetch a list of all Kafka topics within a specified Kafka cluster.
GET /clusters/{clusterId}/topics
The GET /clusters/{clusterId}/topics
endpoint retrieves a collection of all Kafka topics within the specified Kafka cluster identified by clusterId. Each topic includes detailed metadata such as creation and modification dates, ownership details, and current operational state. Topic properties like name, replicationFactor, numberOfPartitions, and logRetention settings are also provided.
Use this endpoint to fetch and monitor all Kafka topics within your environment, enabling efficient management and monitoring of data streams and event processing.
Path Parameters | Required | Type | Description |
---|---|---|---|
clusterId
Yes
string
The UUID of the Kafka cluster from which to retrieve topics.
Example: /clusters/e69b22a5-8fee-56b1-b6fb-4a07e4205ead/topics