---
title: "Health check"
method: GET
path: "/health"
tags: ["Health"]
---

# Health check

`GET /health`

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

## Response `200`

Server is healthy

- HealthResponse — Health check response
  - `status` 'ok'
  - `components` object — Health status of individual components (config_store, log_store, vector_store)

## Other responses

- `503` — Service unavailable

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/revisions/f8cab88f64ea/schema)
