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

# Health check

`GET /health`

Returns the health status of the application and its dependencies

## Response `200`

Successful response

- object
  - `status` 'ok' | 'error', required
  - `database` 'ok' | 'error'
  - `storage` 'ok' | 'error' | 'not_configured'

## Other responses

- `500` — Internal server error

---

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