Yavio

Health check

Liveness probe. Returns 200 if the service is running and can reach both PostgreSQL and ClickHouse.

GET
/health

Response Body

application/json

application/json

curl -X GET "https://ingest.yavio.ai/health"
{
  "status": "ok",
  "postgres": "up",
  "clickhouse": "up"
}
{
  "status": "ok",
  "postgres": "up",
  "clickhouse": "up"
}