{
  "id": "crdb_task",
  "title": "CRDB task object",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/objects/crdb_task/",
  "summary": "An object that represents a CRDB task",
  "content": "\nAn object that represents an Active-Active (CRDB) task.\n\n| Name | Type/Value | Description |\n|------|------------|-------------|\n| id | string | CRDB task ID (read-only) |\n| crdb_guid | string | Globally unique Active-Active database ID (GUID) (read-only) |\n| ended | string | Timestamp when the task ended (read-only) |\n| errors | \n[{\n  \"cluster_name\": string,\n  \"description\": string,\n  \"error_code\": string\n}, ...]  | Details for errors that occurred on a cluster |\n| operation | string | The operation that is running (read-only) |\n| progress | \n{\n  \"clusters\": [{\n    \"name\": string,\n    \"progress\": string\n  }, ...],\n  \"worker\": string\n}  | • `name`: The instance cluster name\u003cbr /\u003e• `progress`: The step the instance coordinator is running\u003cbr /\u003e• `worker`: The step the worker is running |\n| started | string | Timestamp when the task started (read-only) |\n| status | 'queued' \u003cbr /\u003e'started' \u003cbr /\u003e'finished' \u003cbr /\u003e'failed' | CRDB task status (read-only) |\n| worker_name | string | The worker that runs the task (read-only) |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

