{
  "id": "crdt",
  "title": "CRDT syncer state requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/bdbs/syncer_state/crdt/",
  "summary": "CRDT syncer state requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-syncer-state) | `/v1/bdbs/{uid}/syncer_state/crdt` |  Get a CRDB's syncer state |\n\n## Get CRDB syncer state {#get-syncer-state}\n\n```sh\nGET /v1/bdbs/{int: uid}/syncer_state/crdt\n```\n\nGet a CRDB's syncer state as JSON.\n\n### Permissions\n\n| Permission name | Roles   |\n|-----------------|---------|\n| [view_bdb_info]() |  admin\u003cbr /\u003ecluster_member\u003cbr /\u003ecluster_viewer\u003cbr /\u003edb_member\u003cbr /\u003edb_viewer\u003cbr /\u003euser_manager|\n\n### Request {#get-request}\n\n#### Example HTTP request\n\n```sh\nGET /v1/bdbs/1/syncer_state/crdt\n```\n\n#### Headers\n\n| Key | Value |\n|-----|-------|\n| Host | The domain name or IP of the cluster. |\n| Accept | application/json |\n\n#### URL parameters\n\n| Field | Type | Description |\n|-------|------|-------------|\n| uid | integer | The unique ID of the database requested. |\n\n### Response {#get-response}\n\nReturns a JSON object that represents the syncer state.\n\n#### Example JSON body\n\n```json\n{\n    \"DB\": 22,\n    \"RunID\": 1584086516,\n    // additional fields...\n}\n```\n\n#### Status codes {#get-status-codes}\n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | OK |\n| [404 Not Found](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5) | Syncer state key does not exist |\n| [500 Internal Server Error](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1) | Internal error |\n| [503 Service Unavailable](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4) | Redis connection error, service unavailable |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

