get_download
Retrieve a downloaded file. Images display directly; non-image content returns as inline base64 (max 256KB) or metadata with a URL.
Instructions
Get a downloaded file. Images are always returned as viewable images. Recommended for AI agents: set includeContent=true to get non-image file content as base64 inline (max 256KB). Otherwise returns metadata only (including contentUrl).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| downloadId | Yes | ID of the download | |
| includeContent | No | Whether to include file content for non-image files | |
| userId | No | User ID (default: CAMOFOX_DEFAULT_USER_ID) |