curl --request GET \
--url https://api.example.com/api/health"OK"Returns the health status of the Agent service. Use this endpoint for load balancer health checks.
curl --request GET \
--url https://api.example.com/api/health"OK"Service is healthy
The response is of type string.
"OK"
Was this page helpful?