---
title: "Check Readiness Status"
method: GET
path: "/health/ready"
tags: ["public"]
---

# Check Readiness Status

`GET /health/ready`

This endpoint returns a 200 status code when the HTTP server is up running and the environment dependencies (e.g.
the database) are responsive as well.

If the service supports TLS Edge Termination, this endpoint does not require the
`X-Forwarded-Proto` header to be set.

Be aware that if you are running multiple nodes of this service, the health status will never
refer to the cluster state, only to a single instance.

## Response `200`

healthStatus

- HealthStatus
  - `status` string — Status always contains "ok".

## Other responses

- `503` — healthNotReadyStatus

---

[API](https://skmtc.net/ory/apis/ory-hydra.md) · [All operations](https://skmtc.net/ory/apis/ory-hydra/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/ory-hydra/versions/a302a90a0e8a/schema)
