---
title: "Service health check"
method: GET
path: "/health"
tags: ["Health"]
---

# Service health check

`GET /health`

Returns service status, uptime, version, and dependency status (PostgreSQL).

## Response `200`

Service is running correctly

- HealthStatus
  - `status` 'UP' | 'DOWN', required — Overall service status
  - `timestamp` number, double, required — Unix timestamp
  - `uptime_seconds` integer, required — Service uptime in seconds
  - `version` string — Application version (e.g. from VERSION env variable)
  - `dependencies` object, required — Dependency status (e.g. postgres)

## Other responses

- `503` — Service unavailable (e.g. PostgreSQL connection error)

---

[API](https://skmtc.dev/developer-jutra/apis/wms-api-warehouse-management-system.md) · [All operations](https://skmtc.dev/developer-jutra/apis/wms-api-warehouse-management-system/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/developer-jutra/wms-api-warehouse-management-system/revisions/4f7f9819f9b6/schema)
