> ## Documentation Index
> Fetch the complete documentation index at: https://docs.protectorplus.cloudsine.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# health

> Unauthenticated liveness probe.

`health` is an unauthenticated liveness probe suitable for load-balancer health checks and uptime monitoring.

## Authentication

None.

## Request

```bash theme={null}
curl https://<your-protector-plus-host>/api/protectorplus/v1/health
```

## Response

`200 OK` with a small JSON body indicating service readiness. Non-`2xx` responses indicate the inspection service is unavailable.

<Tip>
  Use this endpoint as your load-balancer target group health check and as a Kubernetes liveness/readiness probe.
</Tip>
