Skip to main content
GET
/
master
/
stats
Get system overview statistics
curl --request GET \
  --url http://localhost:3000/master/stats \
  --header 'X-API-Key: <api-key>'
{
  "system": {},
  "nodes": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Master API key for administrative operations

Response

System statistics

system
object
nodes
object
timestamp
string<date-time>