---
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
  - `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

---

[API](https://skmtc.net/absmach/apis/fluxmq-admin-api.md) · [All operations](https://skmtc.net/absmach/apis/fluxmq-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/absmach/fluxmq-admin-api/versions/55b06d78c850/schema)
