GET
/v1/topics/mountable
curl \
--request GET 'http://localhost:9644/v1/topics/mountable'
Response examples (200)
{
"topics": [
{
"topic_location": "string",
"topic": "string",
"ns": "string"
}
]
}