{
  "id": "status",
  "title": "crdb-cli task status",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/crdb-cli/task/status/",
  "summary": "Shows the status of a specified Active-Active database task.",
  "content": "\nShows the status of a specified Active-Active database task.\n\n```sh\ncrdb-cli task status --task-id \u003ctask_id\u003e\n```\n\n### Parameters\n\n| Parameter           | Value  | Description                         |\n|---------------------|--------|-------------------------------------|\n| task-id \\\u003ctask_id\\\u003e  | string | An Active-Active database task ID (required) |\n| verbose              | N/A    | Returns detailed information when specified |\n| no-verbose           | N/A    | Returns limited information when specified |\n\nThe `--verbose` and `--no-verbose` options are mutually incompatible; specify one or the other.\n\nThe `404 Not Found` error indicates an invalid task ID.  Use the [`task list`]() command to determine available task IDs.\n\n### Returns\n\nReturns the status of an Active-Active database task.\n\n### Example\n\n```sh\n$ crdb-cli task status --task-id e1c49470-ae0b-4df8-885b-9c755dd614d0\nTask-ID: e1c49470-ae0b-4df8-885b-9c755dd614d0\nCRDB-GUID: 1d7741cc-1110-4e2f-bc6c-935292783d24\nOperation: create_crdb\nStatus: finished\nWorker-Name: crdb_worker:1:0\nStarted: 2022-10-12T09:33:41Z\nEnded: 2022-10-12T09:33:55Z\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

