---
title: "Search-stack readiness probe"
method: GET
path: "/ready/search"
tags: ["health"]
---

# Search-stack readiness probe

`GET /ready/search`

Reports search-stack health (full-text index + semantic layer) for the public status page. This is NOT a Kubernetes readiness gate — a search outage never restarts the pod, it only turns the status-page "Search" component red.

## Response `200`

OK

- HandlersSearchReadyResponse
  - `services` object
  - `status` string — "ok" or "degraded"

## Other responses

- `503` — Service Unavailable

---

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