Broker (API)

file-download
11KB

List MQTT topics under a prefix

get

Returns a paginated tree of MQTT topics starting from a given prefix with optional pagination.

Authorizations
Query parameters
prefixstringRequired

The root prefix to start listing from

Example: test/topic
depthintegerOptional

Depth to traverse in the topic tree

Default: 1
limitinteger · min: 1 · max: 100Optional

Maximum number of results to return

Default: 100
offsetintegerOptional

Offset to start listing from

Default: 0
last_nodestringOptional

Efficient jump to next offset by providing last queried topic node

Example: test/topic/100
Responses
chevron-right
200

List of matched MQTT topics

application/json
includedarrayRequired
get
/api/v2/mqtt/topics

Last updated

Was this helpful?