{
  "id": "list",
  "title": "crdb-cli task list",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/crdb-cli/task/list/",
  "summary": "Lists active and recent Active-Active database tasks.",
  "content": "\nLists active and recent Active-Active database tasks.\n\n```sh\ncrdb-cli task list\n```\n\n### Parameters\n\nNone\n\n### Returns\n\nA table listing current and recent Active-Active tasks.  Each entry includes the following:\n\n| Column | Description |\n|--------|-------------|\n| Task ID | String containing the unique ID associated with the task\u003cbr/\u003eExample: `e1c49470-ae0b-4df8-885b-9c755dd614d0` |\n| CRDB-GUID | String containing the unique ID associated with the Active-Active database affected by the task\u003cbr/\u003eExample: `1d7741cc-1110-4e2f-bc6c-935292783d24` |\n| Operation | String describing the task action\u003cbr/\u003eExample: `create_crdb` |\n| Status | String indicating the task status\u003cbr/\u003eExample: `finished` |\n| Worker name | String identifying the process handling the task\u003cbr/\u003eExample: `crdb_worker:1:0` |\n| Started | TimeStamp value indicating when the task started ([UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time))\u003cbr/\u003eExample: `2022-10-12T09:33:41Z` |\n| Ended | TimeStamp value indicating when the task ended (UTC)\u003cbr/\u003eExample: ` 2022-10-12T09:33:55Z` |\n\n### Example\n\n```sh\n$ crdb-cli task list\nTASK-ID    CRDB-GUID  OPERATION    STATUS    WORKER-NAME  STARTED    ENDED               \n\u003ctask-ID\u003e  \u003ccrdb-ID\u003e  \u003coperation\u003e  \u003cresult\u003e  \u003cworker-ID\u003e  \u003cstarted\u003e  \u003cended\u003e\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

