---
title: "Check routing readiness"
method: GET
path: "/healthz"
---

# Check routing readiness

`GET /healthz`

Returns 200 only when the loaded snapshot has at least one currently routable provider in each of STT, LLM, and TTS. Otherwise returns 503 with the per-stage readiness map.

## Response `200`

Every routing stage has at least one routable provider.

## Other responses

- `503` — At least one routing stage has no routable provider.

---

[API](https://skmtc.net/speko/apis/speko-voice-router-api.md) · [All operations](https://skmtc.net/speko/apis/speko-voice-router-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/speko/speko-voice-router-api/versions/ef3d201df72e/schema)
