v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
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"
}