/
CO
confluentinc
/
REST Admin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 33m ago · Updated 2mo ago
Details
Filter operations
ACL
3
Broker
3
Cluster
2
Configs
17
Consumer Group
8
Partition
6
Replica
2
Topic
4
get
List Topics
post
Create Topic
get
Get Topic
delete
Delete Topic
Topic
Get Topic
Returns the topic with the given
topic_name
.
get
/clusters/{cluster_id}/topics/{topic_name}
Response
The topic.
TopicData
required
kind
string
required
metadata
ResourceMetadata
required
cluster_id
string
required
topic_name
string
required
is_internal
boolean
required
replication_factor
integer
required
partitions
Relationship
required
configs
Relationship
required
partition_reassignments
Relationship
required
Changes