---
title: "Readiness check"
method: GET
path: "/ready"
tags: ["system"]
---

# Readiness check

`GET /ready`

Return whether the API is ready to serve sandbox traffic

## Response `200`

OK

- InternalApiRoutesReadinessResponse
  - `providers` InternalApiRoutesProviderHealth[]
    - `capabilities` string[]
    - `default` boolean
    - `error` string
    - `healthy` boolean
    - `last_checked` string
    - `latency_ms` integer
    - `name` string
    - `runtime_count` integer
  - `ready_providers` integer
  - `status` string
  - `total_providers` integer
  - `uptime` string
  - `version` string

## Other responses

- `503` — Service Unavailable

---

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