unifi_list_devices
List UniFi device inventories grouped by host, showing MAC, IP, model, firmware status, and adoption/uptime. Filter by timestamp or host IDs, with pagination support.
Instructions
List UniFi devices managed by hosts this API key's account owns or super-admins, grouped by host. Each device includes its MAC address, IP address, model, firmware status, and adoption/uptime info. PII-bearing (device MAC/hostname/IP) - admin-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Only return devices last processed at or after this RFC3339 timestamp. | |
| hostIds | No | Restrict results to devices managed by these host IDs. | |
| pageSize | No | Number of items to return per page. | |
| nextToken | No | Pagination token from a previous response, to fetch the next page. |