list_queues
List RabbitMQ queues across all vhosts or a specific one, ordered by deepest backlog first to pinpoint the most congested queues.
Instructions
[READ] Queues (optionally one vhost), deepest backlog first.
Args: vhost: Restrict to one vhost (the default vhost is '/'); omit for all. target: rabbitmq target name from config; omit for the default.
Returns an envelope: {"queues": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there is more than was returned — do not treat this as the complete set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vhost | No | ||
| target | No |