---
title: "Health Ready"
method: GET
path: "/health/ready"
---

# Health Ready

`GET /health/ready`

Readiness: one cheap DB round-trip (ADR-0107 monitoring).

/health stays liveness-only on purpose — see module docstring. The 2s
timeout keeps a hung database from hanging the probe itself.

## Response `200`

Successful Response

- ReadinessResponse
  - `status` string, required

## Other responses

- `503` — Service Unavailable
- `4XX` — Client Error
- `5XX` — Server Error

---

[API](https://skmtc.dev/rudus/apis/rudus-api.md) · [All operations](https://skmtc.dev/rudus/apis/rudus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rudus/rudus-api/revisions/f149124a4d80/schema)
