Skip to main content
GET
/
healthz
Health check
curl --request GET \
  --url http://localhost:4318/healthz
{
  "ok": true,
  "logger": {
    "uptime_s": 12
  }
}

Response

200 - application/json

Alive

The response is of type object.