unit_list
List units owned by the current user, using optional code filter, sort, and pagination to find and manage IoT units.
Instructions
List units owned by the current user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort key:order. Keys: code, created, modified, name. | |
| limit | No | Max items; 0 for all (default 100). | |
| offset | No | Data offset (default 0). | |
| contains | No | Filter by code substring (case insensitive). |