---
title: "Health Check"
method: GET
path: "/api/health"
---

# Health Check

`GET /api/health`

Full health check: process is up AND can reach the database.

Use for ops dashboards and richer monitoring. NOT recommended as the
deployment platform's healthcheck path: during an incident a
healthcheck that waits on the same DB can pile up alongside whatever
already broke. Use ``/health/live`` for that.

## Response `200`

Successful Response

- HealthResponse
  - `status` string, required
  - `database` string

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
