list_channels
List RabbitMQ channels under unacked/prefetch pressure, ordered by most unacked first, to identify consumers causing message backlog.
Instructions
[READ] Channels with unacked/prefetch pressure, most unacked first.
Args: target: rabbitmq target name from config; omit for the default.
Returns an envelope: {"channels": [...], "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 |
|---|---|---|---|
| target | No |