Lists all topics in the Kafka cluster or within a specific namespace. Returns topic metadata including partition count and internal/external topic classification.
curl --request GET \
--url https://api.example.com/admin/v1/topics{
"data": [
{
"topic_name": "<string>",
"partitions_count": 123,
"metadata": {},
"internal": true,
"kind": "<string>"
}
],
"metadata": {},
"kind": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request GET \
--url https://api.example.com/admin/v1/topics{
"data": [
{
"topic_name": "<string>",
"partitions_count": 123,
"metadata": {},
"internal": true,
"kind": "<string>"
}
],
"metadata": {},
"kind": "<string>"
}