---
title: "Public health probe"
method: GET
path: "/api/health"
tags: ["Monitoring"]
---

# Public health probe

`GET /api/health`

Unauthenticated liveness/readiness probe for upstream watchdogs. Returns 200 when the database is reachable, 503 otherwise. Intentionally exposes no row counts, identifiers, or error detail.

## Response `200`

Service healthy (database reachable)

- object
  - `status` 'ok'
  - `db` 'ok'
  - `ts` string, date-time

## Other responses

- `503` — Service degraded (database unreachable)

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/versions/b920835b2793/schema)
