Skip to main content
GET
/
admin
/
v1
/
topics
/
{topicName}
Return the topic with the given topic_name.
curl --request GET \
  --url https://api.example.com/admin/v1/topics/{topicName}

Path Parameters

topicName
string
required

The topic name.

Response

The topic with the given topic_name.