---
title: "Health check"
method: GET
path: "/health"
---

# Health check

`GET /health`

Returns service health status. Used for liveness/readiness probes.

## Response `200`

Service is healthy

- HealthResponse
  - `status` 'ok', required
  - `service` string, required — Service name (from SERVICE_NAME env)

---

[API](https://skmtc.net/developer-jutra/apis/tms-api.md) · [All operations](https://skmtc.net/developer-jutra/apis/tms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/developer-jutra/tms-api/versions/910f1e156fa1/schema)
