---
title: "Health Readiness"
method: GET
path: "/health/readiness"
tags: ["health"]
---

# Health Readiness

`GET /health/readiness`

Readiness probe endpoint.

Checks if the gateway is ready to serve requests by validating:
- Database connectivity
- Service availability

Used by Kubernetes/container orchestrators for readiness probes.
Returns HTTP 503 if any dependency is unavailable.

Returns:
    dict: Status object with health details

Raises:
    HTTPException: 503 if service is not ready

## Response `200`

Successful Response

- object

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/versions/9efeac9dd037/schema)
