---
title: "Health Check"
method: GET
path: "/health"
tags: ["Public and Health"]
---

# Health Check

`GET /health`

Basic health check endpoint.

Returns overall service health status.

## Response `200`

Successful Response

- HealthResponse — Health check response.
  - `status` 'healthy' | 'degraded' | 'unhealthy', required — Service health status.
  - `version` string, required — API version
  - `environment` string, required — Environment name
  - `timestamp` string, date-time
  - `dependencies` DependencyHealth[]
    - `name` string, required
    - `status` 'healthy' | 'degraded' | 'unhealthy', required — Service health status.
    - `latency_ms` number, nullable
    - `error` string, nullable
  - `message` string, nullable — Human-readable status detail

---

[API](https://skmtc.net/trellistech/apis/trellis-api.md) · [All operations](https://skmtc.net/trellistech/apis/trellis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trellistech/trellis-api/versions/1dae90ca996f/schema)
