---
title: "Readiness probe with dependency checks."
method: GET
path: "/readyz"
tags: ["Meta"]
---

# Readiness probe with dependency checks.

`GET /readyz`

## Response `200`

All readiness checks pass.

- ReadinessResponse
  - `ready` boolean, required
  - `checks` object, required
    - `tasks` CheckStatus, required
      - `ok` boolean, required
      - `error` string — Present when the check failed.
    - `config` CheckStatus, required
      - `ok` boolean, required
      - `error` string — Present when the check failed.

## Other responses

- `503` — One or more checks failed.

---

[API](https://skmtc.net/choria-io/apis/asyncjobs-http-api.md) · [All operations](https://skmtc.net/choria-io/apis/asyncjobs-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/choria-io/asyncjobs-http-api/versions/48b17d96adbf/schema)
