---
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.

## Changes

- **2025-01-17** `4573748c6338` — 2 info
  - added the optional property `errorGUID` to the response with the `500` status
  - added the optional property `oneOf[#/components/schemas/ErrorResponse]/errorGUID` to the response with the `503` status
- **2025-01-09** `a59b7402c514` — 2 breaking
  - the response property `code` became optional for the status `500`
  - the response property `oneOf[#/components/schemas/ErrorResponse]/code` became optional for the status `503`
- **2025-01-09** `29074eeb2bb5` — 4 warning, 3 info
  - removed the optional property `status` from the response with the `500` status
  - added the new `DEGRADED` enum value to the `status` response property for the response status `200`
  - added the new `HEALTHY` enum value to the `status` response property for the response status `200`
  - added the new `UNHEALTHY` enum value to the `status` response property for the response status `200`
  - …3 more
- **2025-01-07** `659ddbe31a58` — 1 breaking, 2 warning, 5 info
  - the response property `message` became optional for the status `500`
  - removed the optional property `code` from the response with the `500` status
  - removed the optional property `errorGUID` from the response with the `500` status
  - removed the non-success response with the status `503`
  - …4 more

[Change history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/health/get.md)

---

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