# Liveness probe

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

Source: https://sightradar.com/docs/api/health/get-healthz

Process is up and serving. No dependencies. Unauthenticated.

### Example request

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

### Response body

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

### Status codes

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