list_uploads
List Maestro uploads from DeviceCloud with filters for name (supports wildcards), date range, and pagination; returns upload ID, name, creation date, and console URL.
Instructions
List Maestro uploads from DeviceCloud. Filter by name (supports * wildcard), date range, and pagination. Returns id, name, created_at, consoleUrl per upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO 8601 timestamp — uploads on or before this date. | |
| from | No | ISO 8601 timestamp — uploads on or after this date. | |
| name | No | Filter by upload name. Supports * as wildcard. | |
| limit | No | Default 20. | |
| offset | No | Default 0. |