Skip to main content
GET
/
health
{
  "status": "<string>",
  "timestamp": {},
  "version": "<string>",
  "services": {
    "database": "<string>",
    "openai": "<string>",
    "file_storage": "<string>"
  },
  "stats": {}
}

Overview

Checks the health of all critical services including database connectivity, environment configuration, and service availability. Useful for monitoring and deployment health checks.

Response

status
string
required
Overall system health status
  • healthy - All services operational
  • unhealthy - One or more services experiencing issues
timestamp
datetime
required
Current timestamp in ISO 8601 format
version
string
required
API version number
services
object
required
Individual service health status
stats
object
Additional statistics (empty in basic health check)

Examples

curl -X GET https://api.judge.example.com/health
curl -X GET https://api.judge.example.com/health