Skip to main content
GET
/
health
cURL
curl --request GET \
  --url https://api.qyl.dev/health
{
  "status": "healthy",
  "version": "2.1.0",
  "uptime_seconds": 123,
  "components": {}
}

Response

200 - application/json

The request has succeeded.

Health check response

status
enum<string>
required

Service status

Available options:
healthy,
degraded,
unhealthy
version
string
required

Service version

Example:

"2.1.0"

uptime_seconds
integer<int64>
required

Uptime in seconds

components
object

Component health