---
title: "GET /api/v1/health"
method: GET
path: "/api/v1/health"
---

# GET /api/v1/health

`GET /api/v1/health`

## Response `200`

OK

- HealthResponseBody
  - `api_schema_version` string
  - `db_path` string, required
  - `embeddings` EmbeddingsHealth
    - `backlog` integer, required
    - `configured` boolean, required
    - `embedded` integer, required
    - `eta_seconds` integer
    - `last_error_status` integer
    - `last_progress_at` string, date-time
    - `last_success_at` string, date-time
    - `rate_per_second` number, double
    - `skipped` integer, required
    - `started_at` string, date-time
  - `federation_config` FederationConfigHealth
    - `configured` integer, required
    - `conflicted` integer, required
    - `last_attempt_at` string, date-time
    - `last_error_category` string
    - `last_error_status` integer
    - `last_success_at` string, date-time
    - `pending` integer, required
    - `reconciled` integer, required
  - `idle_shutdown` IdleShutdownHealth
    - `deadline` string, date-time
    - `state` 'armed' | 'foreground' | 'blocked' | 'stopping', required
    - `timeout` string, required
  - `ok` boolean, required
  - `schema_version` integer, required
  - `started_at` string, date-time, required
  - `uptime` string, required
  - `version` string, required

## Other responses

- `default` — Error

## Changes

- **2026-08-21** `0b94b9fc2ae7` — 1 info
  - added the optional property `idle_shutdown` to the response with the `200` status
- **2026-07-23** `f53fc42bd688` — 1 info
  - added the optional property `federation_config` to the response with the `200` status
- **2026-07-11** `1f627be52e7e` — 6 info
  - added the optional property `embeddings/eta_seconds` to the response with the `200` status
  - added the optional property `embeddings/last_progress_at` to the response with the `200` status
  - added the optional property `embeddings/rate_per_second` to the response with the `200` status
  - added the optional property `embeddings/started_at` to the response with the `200` status
  - …2 more
- **2026-06-29** `4e9583bdae5d` — 1 info
  - added the optional property `embeddings` to the response with the `200` status
- **2026-06-10** `3238c714eb7b` — 1 info
  - added the optional property `api_schema_version` to the response with the `200` status

[Full history](https://skmtc.dev/kenn-io/apis/kata/changes/api/v1/health/get.md)

---

[API](https://skmtc.dev/kenn-io/apis/kata.md) · [All operations](https://skmtc.dev/kenn-io/apis/kata/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kenn-io/kata/revisions/bd1323e14713/schema)
