---
title: "Detailed readiness probe with pool stats"
method: GET
path: "/ready/detailed"
tags: ["health"]
---

# Detailed readiness probe with pool stats

`GET /ready/detailed`

Returns service readiness status including database pool statistics for observability

## Response `200`

OK

- HandlersDetailedReadyResponse
  - `pool_stats` HandlersPoolStats
    - `acquired_conns` integer
    - `backpressure` string — "normal", "warning", "active"
    - `idle_conns` integer
    - `max_conns` integer
    - `total_conns` integer
    - `usage_percent` number
  - `services` object
  - `status` string

## 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)
