curl --request GET \ --url https://api.example.com/admin/v1/topics/{topicName}
Topics
Return the topic with the given topic_name.
Retrieves detailed information about a specific topic identified by its name. Returns topic metadata including configuration, partition details, and replication settings.
GET
/
admin
/
v1
/
topics
/
{topicName}
Return the topic with the given topic_name.
Copy
Ask AI
curl --request GET \ --url https://api.example.com/admin/v1/topics/{topicName}