list_downloads
Filter and list downloaded files by tab, status, type, or size. Direct contentUrl included for each file.
Instructions
List downloaded files with optional filtering by tab, status, extension, MIME type, and size range. Each download includes contentUrl for direct file retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order: 'createdAt:asc' or 'createdAt:desc' (default) | |
| limit | No | Max results to return | |
| tabId | No | Filter by specific tab. If omitted, lists all user downloads. | |
| offset | No | Result offset | |
| status | No | Filter by status: pending, completed, failed, canceled | |
| userId | No | User ID (default: CAMOFOX_DEFAULT_USER_ID or tracked tab userId) | |
| maxSize | No | Maximum file size in bytes | |
| minSize | No | Minimum file size in bytes | |
| mimeType | No | Filter by MIME type prefix: 'image/', 'application/pdf' | |
| extension | No | Filter by file extension, comma-separated: 'pdf,zip,jpg' |