Get a list of Kafka topics.

GET /topics

Responses

  • 200 application/vnd.kafka.v2+json

    Array of topic names

GET /topics
curl \
 --request GET 'http://{{Host}}/topics'
Response examples (200)
[
  "string"
]