/
CO
confluentinc
/
REST Admin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
ACL (v3)
4
Broker (v3)
3
Cluster (v3)
2
Configs (v3)
17
Consumer Group (v3)
9
Partition (v3)
6
Records (v3)
2
Replica (v3)
2
Topic (v3)
5
get
List Topics
post
Create Topic
get
Get Topic
delete
Delete Topic
patch
Update Partition Count
Topic (v3)
List Topics
Return 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