Skip to main content
GET
/
health
Health check
curl --request GET \
  --url http://localhost:4000/health
{
  "status": "ok",
  "buffered": 0
}

Documentation Index

Fetch the complete documentation index at: https://docs.foglamp.dev/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Service is up.

status
string
required
Example:

"ok"

buffered
integer
required

Rows currently held in the write buffer.

Example:

0