island_list_devices
List Island Browser devices on your account, filter by last-seen time, and sort results for device inventory management.
Instructions
List devices running Island Browser under this account, optionally filtered to devices last seen at/after a given time. Sortable by field (e.g. LastSeen).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page. Defaults to 100. | |
| offset | No | Pagination offset (0-based). Defaults to 0. | |
| sort_by | No | Field to sort by. "LastSeen" is confirmed from Island's own published example payloads; other field names are passed through as-is. | |
| last_seen | No | Filter to devices last seen at/after this time, ISO 8601. | |
| sort_direction | No | Sort direction. Defaults to Asc. |