List EMQX Topics
emqx_list_topicsList topics that currently have active subscribers to identify where published messages vanish due to no route.
Instructions
Topics that currently have a route (i.e. at least one subscriber).
A topic missing here means nobody is subscribed — which is the usual reason a published message appears to vanish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | Rows per page. | |
| topic | No | Exact topic to look up. Omit to list all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||