cURL
curl --request GET \ --url https://api.qyl.dev/health
{ "status": "healthy", "version": "2.1.0", "uptime_seconds": 123, "components": {} }
Health check endpoint
The request has succeeded.
Health check response
Service status
healthy
degraded
unhealthy
Service version
"2.1.0"
Uptime in seconds
Component health
Was this page helpful?