cURL
curl --request GET \ --url https://api.example.com/health
{ "status": "ok", "instantiated_at": "2025-06-10T12:00:00Z" }
Check the health status of the AgentOS API. Returns a simple status indicator.
API is healthy and operational
Health status of the service
Timestamp when service was instantiated
Was this page helpful?