---
title: "Aggregate health check."
method: GET
path: "/health"
tags: ["Health"]
---

# Aggregate health check.

`GET /health`

Health endpoint for humans and dashboards. Includes version info and deeper checks.

## Response `200`

The application is healthy.

- HealthResponse
  - `status` 'ok' | 'unhealthy' | 'maintenance'
  - `version` string
  - `checks` HealthChecks
    - `database` boolean

## Other responses

- `503` — The application is unhealthy or in maintenance mode.

---

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