Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/health
{ "status": "ok" }
Returns the health status of the Bifrost server. Checks connectivity to config store, log store, and vector store if configured.
Server is healthy
Health check response
ok
"ok"
Was this page helpful?