Skip to main content
Returns the current health status of all backend services.

Endpoint

GET /functions/v1/health-check

Authentication

Public endpoint — no auth required.

Response

{
  "status": "healthy",
  "timestamp": "2026-03-07T12:00:00Z",
  "services": {
    "database": "ok",
    "storage": "ok",
    "edge_functions": "ok"
  }
}