v7

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01103129.3 KB
Health

Cluster status (health)

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

get/cluster/status

Response

Cluster status

node_idstring
is_leaderboolean
cluster_modeboolean
node_countinteger

Number of nodes (cluster mode only)

sessionsinteger

Current connected session count on this node

detailsstring

Example response

{
  "node_id": "node-1"
}