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

# Health

`GET /health`

Report a lightweight server health signal and package version.

## Response `200`

Successful Response

- HealthResponse — Response body for the lightweight health endpoint.
  - `ok` boolean — Whether the service reports itself as healthy.
  - `version` string — Package version currently serving the API.

## Other responses

- `503` — Health status could not be determined.

## Changes

- **2026-04-29** `d82643b26c96` — 1 info
  - the `version` response's property default value changed from `0.5.1` to `0.5.2` for the status `200`
- **2026-04-27** `05794995cbba` — 1 info
  - the `version` response's property default value changed from `0.5.0` to `0.5.1` for the status `200`
- **2026-04-10** `a40cafce5402` — 1 info
  - the `version` response's property default value changed from `0.4.99` to `0.5.0` for the status `200`
- **2026-03-25** `bc0d4fcb5906` — 1 info
  - added the non-success response with the status `503`
- **2026-03-22** `34fe06d17369` — 1 info
  - the `version` response's property default value changed from `0.4.98` to `0.4.99` 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.dev/qredence/apis/fleet-rlm/revisions/d82643b26c96?raw)
