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

# Health

`GET /health`

Endpoint to check the health status of the server.

Returns:
    dict: A dictionary containing the following keys:
        - status (str): The health status of the server, always "healthy".
        - queue_size (int): The number of items in the queue managed by `queue_manager`.
        - current_adapter (str): The name of the currently loaded LoRA model, or "none" if no model is loaded.

## Response `200`

Successful Response

- HealthResponse
  - `status` string, required — Health status of the server.
  - `queue_size` integer, required — Number of items in the processing queue.
  - `current_adapter` string, required — Name of the currently loaded LoRA adapter.

---

[API](https://skmtc.net/taalas/apis/taalas-api.md) · [All operations](https://skmtc.net/taalas/apis/taalas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/taalas/taalas-api/versions/494a915c542e/schema)
