---
title: "Minimal health check for load balancers"
method: GET
path: "/health"
tags: ["Server"]
---

# Minimal health check for load balancers

`GET /health`

Returns `200` when healthy, `503` when not. No envelope — trivially parseable.

## Response `200`

Healthy

- object
  - `status` 'ok'

## Other responses

- `503` — Unhealthy

---

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