---
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.
  - `status` 'live' — Unambiguous liveness state for this service.
  - `version` string — Package version currently serving the API.

## Other responses

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

---

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