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 -sS -X GET "$FLUIDE_BASE_URL/api/v1/health"
{ "status": "ok", "info": { "database": { "status": "up" } }, "error": {}, "details": { "database": { "status": "up" } } }
Returns service health and dependency status. Use for load balancer probes and deployment verification.
The Health Check is successful
"ok"
Show child attributes
{ "database": { "status": "up" } }
{}