---
title: "Get health information about the cluster"
method: GET
path: "/health-check"
tags: ["cluster-info"]
---

# Get health information about the cluster

`GET /health-check`

Get health information about the cluster

## Response `200`

Successful health check response

- object
  - `data` HealthCheckInfo
    - `dead_nodes` string[], required — UUIDs of dead nodes
    - `most_recent_uptime` integer, required
    - `under_replicated_tablets` string[], required — UUIDs of under-replicated tablets
    - `leaderless_tablets` string[], required — UUIDs of leaderless tablets

## Other responses

- `400` — API Error
- `500` — API Error

---

[API](https://skmtc.net/yugabyte/apis/yugabyte-cloud.md) · [All operations](https://skmtc.net/yugabyte/apis/yugabyte-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yugabyte/yugabyte-cloud/revisions/a851ee3a0a88/schema)
