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

# GET /health

`GET /health`

Reports process health without accessing PostgreSQL.

## Response `200`

Worker is running.

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

## Other responses

- `400` — The request query is invalid.

---

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