> ## Documentation Index
> Fetch the complete documentation index at: https://developers.jobhandy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Health

> Public basic availability endpoint for connectivity checks without API-key authentication.

`GET /health` is the only operation that does not require `X-API-Key`.

## What it proves

* the public host can be resolved and reached
* TLS negotiation can complete
* the API can return its current health representation

## What it does not prove

* API-key validity
* tenant or division scope
* access to a protected resource
* write validation
* downstream file availability

<Card title="Get public API health" icon="heart-pulse" href="/api-reference/health/get-health" horizontal>
  Review the exact response and error contract.
</Card>
