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

# Health check

`GET /health`

Returns the health status of the application and its dependencies (Valkey/Redis and Kafka)

## Response `200`

Health status retrieved successfully

- HealthResponse — Health check response containing status of application and dependencies
  - `status` 'ok' | 'partial' | 'down' — Overall health status
  - `info` object — Health information for each dependency
  - `error` object — Error information (empty if healthy)
  - `details` object — Detailed health information for each dependency

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
