Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:4000/health
{ "status": "ok", "buffered": 0 }
Liveness probe. Returns the current size of the in-memory write buffer.
Service is up.
"ok"
Rows currently held in the write buffer.
0
Was this page helpful?