/
CO
confluentinc
/
REST Admin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 44m ago · Updated 2mo ago
Details
Filter operations
ACL
3
Broker
3
Cluster
2
Configs
15
Consumer Group
8
Partition
6
Records
1
Replica
2
Topic
4
get
List Topics
post
Create Topic
get
Get Topic
delete
Delete Topic
Topic
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