v4

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-212515.9 KB
Ingest

Health check

Liveness probe. Returns the current size of the in-memory write buffer.

get/health

Response

Service is up.

statusstring required
bufferedinteger required

Rows currently held in the write buffer.

Example response

{
  "status": "ok"
}