---
title: "Health Check"
method: GET
path: "/health"
---

# Health Check

`GET /health`

Backward-compatible alias to /readyz.

Existing callers (load balancers, monitoring, the deploy workflow's
sanity check) keep working through the rollout. New consumers should
address /healthz for liveness or /readyz for readiness explicitly.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/revisions/f92d8d54bae2/schema)
