List EMQX Subscriptions
emqx_list_subscriptionsList cluster subscriptions filtered by client, QoS, or topic. Use match_topic to find which subscribers get messages on a specific topic.
Instructions
Every subscription in the cluster, with filters.
match_topic is the powerful one: given a concrete topic, it tells
you exactly which subscribers would receive a message on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qos | No | Filter by QoS level. | |
| page | No | 1-based page number. | |
| limit | No | Rows per page. | |
| topic | No | Exact subscription filter to match. | |
| clientid | No | Only subscriptions belonging to this client. | |
| match_topic | No | Find subscriptions whose filter would match this concrete topic — use this to answer 'who receives messages published here?'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||