Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url http://localhost:3773/health
{
  "status": "healthy",
  "uptime": 3600,
  "version": "1.0.0",
  "ready": true,
  "timestamp": "2025-10-26T14:47:52.183416+00:00"
}

Response

200 - application/json

Service health status

status
enum<string>
required

Overall service health status

Available options:
healthy,
unhealthy,
degraded
ready
boolean
required

Whether service is ready to accept requests

uptime
integer

Service uptime in seconds

version
string

Service version

timestamp
string<date-time>

Current server timestamp