---
title: "GET /ready"
method: GET
path: "/ready"
tags: ["Operations"]
---

# GET /ready

`GET /ready`

Checks that the Worker can reach PostgreSQL.

## Response `200`

Worker and PostgreSQL are ready.

- object
  - `environment` 'local' | 'review' | 'staging' | 'production', required
  - `service` 'billing-v2-api', required
  - `status` 'ready', required
  - `version` string, required

## Other responses

- `400` — The request query is invalid.
- `503` — PostgreSQL is unavailable.

---

[API](https://skmtc.dev/expertschat/apis/billing-core-api.md) · [All operations](https://skmtc.dev/expertschat/apis/billing-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expertschat/billing-core-api/revisions/c6d0e986ce32/schema)
