---
title: "Healthz"
method: GET
path: "/healthz"
---

# Healthz

`GET /healthz`

Process liveness — wired to k8s livenessProbe.

Returns 200 while the Python process is alive. Has no dependency check by
design: restarting a pod can't fix a Supabase outage, and the thrashing
only deepens an incident. See ARD-728 and `app/health.py` for context.

## Response `200`

Successful Response

- object

---

[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)
