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

# Readiness Check

`GET /health/ready`

Kubernetes readiness probe endpoint.

Returns whether the application is ready to serve traffic.
This is a lightweight check focusing on critical dependencies.

Returns:
    ReadinessStatus indicating if the app is ready

## Response `200`

Successful Response

- ReadinessStatus — Readiness check response model.
  - `ready` boolean, required
  - `checks` object, required

---

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