Distributed

Check cluster status

GET
Returns information about the cluster's current state and composition.

Response

This endpoint returns an object
time
doubleOptional
Time spent to process this request
status
stringOptional
result
unionOptional
Information about current cluster status and structure
GET
1curl http://localhost:6333/cluster \
2 -H "api-key: <apiKey>"
200Retrieved
1{
2 "time": 1.1,
3 "status": "status",
4 "result": {
5 "status": "disabled"
6 }
7}