---
title: "Health check"
method: GET
path: "/"
---

# Health check

`GET /`

Health check endpoint.

## Query parameters

- `skip` string — Comma-separated list of health checks to skip. Options: redis, database

## Response `200`

Health check response.

- object
  - `message` string, required
  - `version` string, required
  - `health` object, required
    - `status` string, required
    - `redis` object, required
      - `connected` boolean, required
      - `error` string
    - `database` object, required
      - `connected` boolean, required
      - `error` string

## Other responses

- `503` — Service unavailable - Redis or database connection failed.

---

[API](https://skmtc.dev/llmgateway/apis/llmgateway-api.md) · [All operations](https://skmtc.dev/llmgateway/apis/llmgateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llmgateway/llmgateway-api/revisions/aaf167e3d8cc/schema)
