---
title: "Readyz"
method: GET
path: "/readyz"
---

# Readyz

`GET /readyz`

Dependency readiness — wired to k8s readinessProbe.

Runs the checks in `gather_readiness_checks` concurrently. Any failing
check returns 503 with a JSON body listing which checks failed; K8s pulls
the pod out of the load balancer so callers see 503 immediately rather
than waiting on a backend that can't actually serve them.

## 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/71b66f68e19c/schema)
