Kafka REST API
{ "data": [ { "topic_name": "<string>", "partitions_count": 123, "metadata": {}, "internal": true, "kind": "<string>" } ], "metadata": {}, "kind": "<string>" }
Lists all topics in the Kafka cluster or within a specific namespace. Returns topic metadata including partition count and internal/external topic classification.
List topics for the special namespace.
OK
The response is of type object.
object
Was this page helpful?