Skip to main content
Simple health check for load balancers and monitoring systems.

Endpoint

GET /health

Example Request

curl http://localhost:8000/health

Response

{
  "status": "healthy",
  "time": "2025-11-11T21:33:53.103Z",
  "version": "1.0.0"
}

Response Fields

FieldTypeDescription
statusstringAlways "healthy" when API is running
timestringCurrent server time (ISO 8601)
versionstringBlocklight API version
Also available at GET /api/v1/system/health. Supports HEAD requests for lightweight health checks.