---
title: "Readiness probe"
method: GET
path: "/readyz"
tags: ["Health"]
---

# Readiness probe

`GET /readyz`

Kubernetes-style readiness check. Returns healthy if service is ready to accept traffic.

## Response `200`

OK

- PkgServerHealthCheckResponse
  - `checks` object
  - `service` string
  - `status` 'healthy' | 'degraded' | 'unhealthy' | 'unknown'

## Other responses

- `503` — Service Unavailable

---

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