---
title: "Readiness probe - checks if app is ready to serve traffic including database"
method: GET
path: "/api/health/ready"
tags: ["Health"]
---

# Readiness probe - checks if app is ready to serve traffic including database

`GET /api/health/ready`

## Response `200`

The Health Check is successful

- object
  - `status` string
  - `info` object, nullable
  - `error` object, nullable
  - `details` object

## Other responses

- `503` — The Health Check is not successful

---

[API](https://skmtc.net/navistone/apis/zazmic-platform-api.md) · [All operations](https://skmtc.net/navistone/apis/zazmic-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/navistone/zazmic-platform-api/revisions/e2454b713133/schema)
