---
title: "Cluster status (health)"
method: GET
path: "/cluster/status"
tags: ["Health"]
---

# Cluster status (health)

`GET /cluster/status`

Basic cluster membership info from the health server. For richer
cluster topology, use `GET /api/v1/cluster` on the API server.

## Response `200`

Cluster status

- ClusterStatusResponse
  - `node_id` string
  - `version` string — Build version of this node. For the per-node versions of the whole cluster, use `GET /api/v1/cluster` on the API server.
  - `is_leader` boolean
  - `cluster_mode` boolean
  - `node_count` integer — Number of nodes (cluster mode only)
  - `sessions` integer — Current connected session count on this node
  - `details` string

## Other responses

- `405` — Method not allowed

## Changes

- **2026-09-03** `c0dcbfa396c1` — 1 info
  - added the optional property `version` to the response with the `200` status

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

---

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