list_devices
List all devices registered to the partner account.
WHEN TO USE:
Getting an overview of all connected devices
Finding devices by status (online/offline)
Auditing the device fleet
RETURNS:
devices: Array of device objects
total: Total device count
online_count: Number of online devices
offline_count: Number of offline devices
EXAMPLE: User: "Show me all my online devices" list_devices({ status: "online", limit: 50 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of devices to return (default: 50, max: 100) | |
| offset | No | Pagination offset | |
| status | No | Filter by device status | |
| device_type | No | Filter by device type |