For the complete documentation index, see llms.txt. This page is also available as Markdown.

Topic Explorer API

Get immediate children of a prefix

get

Returns the child nodes for a given prefix.

Authorizations
Query parameters
prefixstringOptional

Path prefix (URL-encoded). Needs to be built by joining previous levels with '/'. If omitted, root level is assumed.

Responses
200

List of child nodes wrapped in JSON:API envelope.

application/json
get/v2/mqtt/topics/levels
get

Returns all topics matching a given prefix.

Authorizations
Query parameters
prefixstringRequired

Path prefix to search for (URL-encoded).

Responses
200

Search results wrapped in JSON:API envelope.

application/json
datastring[]Optional
get/v2/mqtt/topics/search

Last updated

Was this helpful?