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

# Health Check

`GET /health`

## Response `200`

Request fulfilled, document follows

- SystemHealth
  - `app` string, required
  - `databaseStatus` 'online' | 'offline'
  - `version` string

## Changes

- **2026-01-14** `3bad888c3e7d` — 1 info
  - the `version` response's property default value changed from `0.2.0` to `0.3.0` for the status `200`
- **2026-01-08** `1fd74fd1e951` — 1 info
  - the `version` response's property default value changed from `0.3.0` to `0.2.0` for the status `200`

[Change history](https://skmtc.dev/litestar-org/apis/litestar-fullstack-template/changes/health/get.md)

---

[API](https://skmtc.dev/litestar-org/apis/litestar-fullstack-template.md) · [All operations](https://skmtc.dev/litestar-org/apis/litestar-fullstack-template/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litestar-org/litestar-fullstack-template/revisions/e5e7606282ec/schema)
