{
  "id": "redis-di-list-dlqs",
  "title": "redis-di list-dlqs",
  "url": "https://redis.io/docs/latest/integrate/redis-data-integration/reference/cli/redis-di-list-dlqs/",
  "summary": "Lists the dead-letter queues of a pipeline",
  "tags": [
    "redis-di"
  ],
  "last_updated": "2026-07-13T12:40:14-05:00",
  "page_type": "content",
  "content_hash": "516235bdb3c1896c9efa4f5fdd0e9d7a9a40ed80b2f2de6051851abec2538388",
  "sections": [
    {
      "id": "overview",
      "title": "Overview",
      "role": "overview",
      "text": "Lists the dead-letter queues (DLQs) of a pipeline with their record counts. A DLQ holds the records\nthat RDI rejected. Use\n[`list-dlq-records`](https://redis.io/docs/latest/integrate/redis-data-integration/reference/cli/redis-di-list-dlq-records)\nto read the records of a single queue."
    },
    {
      "id": "usage",
      "title": "Usage",
      "role": "syntax",
      "text": "[code example]"
    },
    {
      "id": "options",
      "title": "Options",
      "role": "parameters",
      "text": "| Option | Description |\n| :-- | :-- |\n| `-p`, `--pipeline` | Pipeline to target (default `default`). |\n| `-o`, `--output` | Output format: `table` (default), `json`, or `yaml`. |\n\nThis command also accepts the\n[global options](https://redis.io/docs/latest/integrate/redis-data-integration/reference/cli/redis-di#global-options)."
    },
    {
      "id": "example",
      "title": "Example",
      "role": "example",
      "text": "[code example]"
    }
  ],
  "examples": [
    {
      "id": "usage-ex0",
      "language": "plaintext",
      "code": "redis-di list-dlqs [flags]",
      "section_id": "usage"
    },
    {
      "id": "example-ex0",
      "language": "bash",
      "code": "redis-di list-dlqs",
      "section_id": "example"
    }
  ]
}
