GET
/
api
/
server
/
status
Get system status
curl --request GET \
  --url http://localhost:3000/api/server/status
{
  "status": "ok",
  "agentCount": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

System status information

The response is of type object.