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

# Health

`GET /health`

Return the API health status.

Args:
    request: FastAPI request (used to consult ``app.state.is_shutting_down``).

Returns:
    JSON payload describing overall status, with optional build metadata
    outside production.

## Response `200`

Successful Response

- unknown

---

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