cURL
curl --request GET \ --url http://localhost:3000/api/server/status
{ "status": "ok", "agentCount": 123, "timestamp": "2023-11-07T05:31:56Z" }
Returns the current status of the system with agent count and timestamp
System status information
"ok"
Number of active agents
Current timestamp
Was this page helpful?