/
CO
confluentinc
/
REST Admin API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 27m ago · Updated 2mo ago
Details
Filter operations
ACL (v3)
3
Broker
3
Cluster
1
Cluster (v3)
1
Configs
6
Configs (v3)
11
Consumer Group (v3)
8
Partition
3
Partition (v3)
3
Records
1
Replica
2
Topic (v3)
4
get
List Topics
post
Create Topic
get
Get Topic
delete
Delete Topic
Topic (v3)
List Topics
Returns the list of topics that belong to the specified Kafka cluster.
get
/clusters/{cluster_id}/topics
Response
The list of topics.
TopicDataList
required
kind
string
required
metadata
ResourceCollectionMetadata
required
data
TopicData[]
required
Changes