Queues list

Open in

Use the ably queues list command to list all queues for an application.

Synopsis

ably queues list [options]

Options

--app

The app ID to list queues for. If not specified, the currently selected app is used.

--limit

The maximum number of queues to return. The default value is 100.

--json

Output results as compact JSON. Mutually exclusive with --pretty-json.

--pretty-json

Output results in formatted JSON. Mutually exclusive with --json.

--verbose | -v

Enable verbose logging. Can be combined with --json or --pretty-json.

Examples

List all queues:

ably queues list

List all queues in JSON format:

ably queues list --json

List queues for a specific app in formatted JSON output:

ably queues list --app "My App" --pretty-json

See also

  • Queues — Explore all ably queues commands.
  • CLI reference — Full list of available commands.