unifi_list_devices
Retrieve device inventory and raw state codes from a UniFi site. Use offset and limit to page through results.
Instructions
List device inventory and raw state codes; site defaults to UNIFI_SITE.
Offset/limit bound tool output, not the controller fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| returned | Yes | ||
| truncated | Yes | ||
| next_offset | Yes |