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

# Readiness probe

`GET /ready`

Readiness probe.

Returns 200 OK if the service is ready to process requests.
Returns 503 Service Unavailable if storage is not available.

This endpoint verifies that:
- PotService is initialized
- Storage adapter is accessible

## Response `200`

Service is ready

- ReadinessResponse — Readiness check response.
  - `status` 'ready' | 'not_ready', required
  - `timestamp` string, date-time, required
  - `checks` object, required
  - `detail` string, nullable

## Other responses

- `503` — Service is not ready

---

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