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

# device.health

> Agent / database health check

# `device.health`

Agent / database health check

|                |             |
| -------------- | ----------- |
| **Adapter**    | `*`         |
| **Operation**  | `db.health` |
| **SQL policy** | `read`      |

## Parameters

*No input parameters.*

## Example

```bash theme={"system"}
curl -s -X POST "$API/v1/devices/$DEVICE_ID/functions/device.health" \
  -H "Authorization: Bearer $ORQUESTR_API_KEY" \
  -H "Content-Type: application/json"
```
