---
title: "Liveness check"
method: GET
path: "/health/live"
tags: ["Health"]
---

# Liveness check

`GET /health/live`

Public endpoint. Alias for the simple health check used by liveness probes.

## 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)
