v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Health

Health check

Returns the health status of the Bifrost server. Checks connectivity to config store, log store, and vector store if configured.

get/health

Response

Server is healthy

status'ok'
componentsobject

Health status of individual components (config_store, log_store, vector_store)

Example response

{
  "status": "ok"
}