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

# Health Check

`GET /health`

Endpoint to check the health of the API

## Response `200`

API is healthy

- HealthStatus
  - `status` 'HEALTHY' | 'DEGRADED' | 'UNHEALTHY'
  - `message` string

## Other responses

- `500` — API is not healthy
- `503` — Server is unhealthy or temporarily unavailable.

---

[API](https://skmtc.net/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.net/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
