---
title: "Health Check"
method: GET
path: "/health"
---

# Health Check

`GET /health`

Health check endpoint for Kubernetes liveness/readiness probes.

IMPORTANT: This endpoint must be extremely fast and lightweight.
- Uses regular def (not async) to avoid event loop blocking
- No database operations
- No external service calls
- Just returns a static response

This ensures K8s probes succeed even when the event loop is busy.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
