---
title: "Get server health."
method: GET
path: "/health"
---

# Get server health.

`GET /health`

## Response `200`

Server is healthy.

- object
  - `status` 'Ok'
  - `result` string

## Other responses

- `503` — Server is unavailable.

---

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