---
title: "Check infrastructure health"
method: GET
path: "/healthz"
tags: ["Health"]
---

# Check infrastructure health

`GET /healthz`

Returns the health response used by operational probes.

## Response `200`

Health response.

- HealthResponse — Compact API health response.
  - `ok` boolean, required
  - `name` string, required

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `429` — Too many requests.
- `500` — Internal server error.

---

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