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

# Get Health

`GET /health`

Liveness: the process is serving HTTP regardless of composition state.

## Response `200`

Successful Response

- HealthLivenessResponse — Liveness payload — the process is serving HTTP; no dependency checks.
  - `status` 'ok', required
  - `app` string, required
  - `version` string, required

## Changes

- **2026-08-30** `3e0490b230d7` — 1 info
  - endpoint added
- **2026-07-17** `655778279cb1` — 1 breaking
  - api path removed without deprecation
- **2026-07-17** `62e8c152aa18` — 1 info
  - endpoint added
- **2026-07-13** `1afc045b25c0` — 1 breaking
  - api path removed without deprecation
- **2026-06-29** `97e2e4182042` — 1 info
  - the `version` response's property default value changed from `0.6.0` to `0.6.2` for the status `200`

[Full history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/health/get.md)

---

[API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.dev/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/3e0490b230d7/schema)
