---
title: "Readiness"
method: GET
path: "/health_check/ready"
---

# Readiness

`GET /health_check/ready`

Readiness check — always performs a full connectivity probe.

Unlike the liveness endpoint, this check always runs all connectivity assertions
(Redis ping, PostgreSQL query) regardless of ``ADVANCED_HEALTH_CHECK``.
Intended for Kubernetes readiness probes that gate traffic on full stack availability.

Returns:
    JSONResponse: 200 when all services are reachable, 500 if any check fails.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/async/apis/text-to-speech-api-service.md) · [All operations](https://skmtc.net/async/apis/text-to-speech-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/async/text-to-speech-api-service/versions/9bfc541b6e9a/schema)
