system

Get system status

Returns the current status of the system with agent count and timestamp

get/api/server/status

Response

System status information

statusstring
agentCountinteger

Number of active agents

timestampstring date-time

Current timestamp

Example response

{
  "status": "ok"
}