GET
/
admin
/
v1
/
topics
{
  "data": [
    {
      "topic_name": "<string>",
      "partitions_count": 123,
      "metadata": {},
      "internal": true,
      "kind": "<string>"
    }
  ],
  "metadata": {},
  "kind": "<string>"
}

Query Parameters

namespace
string

List topics for the special namespace.

Response

200
application/json

OK

The response is of type object.