{
  "id": "health_report",
  "title": "CRDB health report requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/crdbs/health_report/",
  "summary": "Active-Active database health report requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-crdbs-health) | `/v1/crdbs/{crdb_guid}/health_report` | Get a health report for an Active-Active database |\n\n## Get health report {#get-crdbs-health}\n\n\tGET /v1/crdbs/{crdb_guid}/health_report\n\nGet a health report for an Active-Active database.\n\n### Request {#get-request} \n\n#### Example HTTP request\n\n    GET /v1/crdbs/{crdb_guid}/health_report\n\n#### URL parameters\n\n| Field | Type | Description |\n|-------|------|-------------|\n| crdb_guid | string | Globally unique Active-Active database ID (GUID) |\n\n#### Query parameters\n\n| Field | Type | Description |\n|-------|------|-------------|\n| instance_id | integer | The request retrieves information from the specified Active-Active database instance. If this instance doesn’t exist, the request retrieves information from all instances. (optional) |\n\n### Response {#get-response} \n\nReturns a JSON array of [CRDB health report objects]().\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) | Action was successful. |\n| [404 Not Found](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5) | Configuration or Active-Active database not found. |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

