---
title: "Cluster state endpoint"
method: GET
path: "/cluster-health"
tags: ["cluster_health"]
deprecated: true
---

# Cluster state endpoint

`GET /cluster-health`

> **Deprecated.**

## Response `200`

Cluster health information

- ClusterHealthResponse — Cluster health information
  - `cluster_name` string, required — Cluster name
  - `metadata_cluster_health` EmbeddedMetadataClusterHealth
    - `members` PlainNodeId[], required — Current members of the embedded metadata cluster

## Other responses

- `500` — Internal Server Error
- `503` — The cluster does not seem to be provisioned yet.

## Changes

> 8 revisions in range; 1 could not be searched.

- **2026-01-30** `059a44500a5c` — 1 breaking, 6 info
  - added `#/components/schemas/EmbeddedMetadataClusterHealth, subschema #1` to the `metadata_cluster_health` response property `oneOf` list for the response status `200`
  - endpoint deprecated
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `403`
  - …3 more

[Change history](https://skmtc.dev/restatedev/apis/admin-api/changes/cluster-health/get.md)

---

[API](https://skmtc.dev/restatedev/apis/admin-api.md) · [All operations](https://skmtc.dev/restatedev/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restatedev/admin-api/revisions/5361f4818c71/schema)
