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
Documentation IndexFetch the complete documentation index at: https://docs.elizaos.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.elizaos.ai/llms.txt
Use this file to discover all available pages before exploring further.
System status information
"ok"
Number of active agents
Current timestamp
Was this page helpful?