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

# Consolidated Health

`GET /api/health/`

Consolidated health endpoint that returns status, version information, and service health.
This combines the functionality of /app, /version, and /services endpoints.

## Response `200`

Successful Response

- ConsolidatedHealthResponse — Consolidated health response containing all system status and version information
  - `status` string, required
  - `backend_git_hash` string, nullable
  - `frontend_docker_version` string, nullable
  - `services` ServiceStatus[]
    - `name` string, required
    - `status` string, required
    - `detail` string, nullable
    - `service_info` object, nullable
  - `models_health` ModelsHealthStatus
    - `application` string, required
    - `models` ModelStatus[], required
      - `model` string, required
      - `status` string, required
      - `detail` string, nullable
  - `available_models` string[]

## Changes

- **2026-01-03** `463769c4b0f2` — 1 breaking, 1 info
  - removed the required property `health_status` from the response with the `200` status
  - added the required property `status` to the response with the `200` status
- **2026-01-03** `56ecd927e056` — 1 breaking, 1 info
  - removed the required property `status` from the response with the `200` status
  - added the required property `health_status` to the response with the `200` status
- **2025-10-06** `8d3e894e6c0b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/health/get.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
