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

# Health Check

`GET /health`

Check the health status of the application

## Response `200`

Health status information

- object
  - `status` string — Overall health status
  - `llm_api` string — Status of the LLM API connection
  - `timestamp` string — ISO timestamp of the health check

---

[API](https://skmtc.dev/docker/apis/hello-genai-api.md) · [All operations](https://skmtc.dev/docker/apis/hello-genai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docker/hello-genai-api/revisions/0b666e2c95a1/schema)
