# Liveness probe (alias of /healthz)

> Process is up and serving. (GET /health)

Source: https://sightradar.com/docs/api/health/liveness-probe

Process is up and serving. No dependencies. Unauthenticated. Conventional alias of /healthz for uptime monitors.

### Example request

```bash
curl -X GET "https://api.sightradar.com/health"
```

### Response body

| Field    | Type     | Description |
| -------- | -------- | ----------- |
| `status` | `string` |             |

### Status codes

| Status | Meaning           |
| ------ | ----------------- |
| `200`  | Service is alive. |
