cURL
curl --request GET \ --url http://localhost:3000/api/server/ping
{ "pong": true, "timestamp": 123 }
Simple ping endpoint to check if server is responsive
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.
Server is responsive
true
Current timestamp in milliseconds
Was this page helpful?