list_downloads
Retrieve a list of downloaded files filtered by tab, status, extension, MIME type, or size range. Includes contentUrl for direct retrieval.
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 |
|---|---|---|---|
| tabId | No | Filter by specific tab. If omitted, lists all user downloads. | |
| userId | No | User ID (default: CAMOFOX_DEFAULT_USER_ID or tracked tab userId) | |
| status | No | Filter by status: pending, completed, failed, canceled | |
| extension | No | Filter by file extension, comma-separated: 'pdf,zip,jpg' | |
| mimeType | No | Filter by MIME type prefix: 'image/', 'application/pdf' | |
| minSize | No | Minimum file size in bytes | |
| maxSize | No | Maximum file size in bytes | |
| sort | No | Sort order: 'createdAt:asc' or 'createdAt:desc' (default) | |
| limit | No | Max results to return | |
| offset | No | Result offset |