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

# Simple health check

`GET /health/simple`

Public endpoint. Lightweight response for quick liveness checks (no sensitive data).

## Response `200`

- HealthSimpleResponseDto
  - `status` string, required
  - `timestamp` string, required
  - `message` string, required
  - `uptime` number, required

---

[API](https://skmtc.net/kodustech/apis/kodus-api.md) · [All operations](https://skmtc.net/kodustech/apis/kodus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kodustech/kodus-api/revisions/e2282ac5fb3a/schema)
