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

# Readiness probe

`GET /ready`

Returns 200 if the node is ready to accept traffic (broker initialized,
cluster connected if applicable). Use as the k8s `readinessProbe`.

## Response `200`

Node is ready

- ReadyResponse
  - `status` 'ready' | 'not_ready'
  - `details` string — Human-readable reason when not ready

## Other responses

- `405` — Method not allowed
- `503` — Node is not ready

---

[API](https://skmtc.net/absmach/apis/fluxmq-admin-api.md) · [All operations](https://skmtc.net/absmach/apis/fluxmq-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/absmach/fluxmq-admin-api/versions/55b06d78c850/schema)
