Skip to main content
Navigate to a page and download files.
Python’s download_files does not support wait_for_completion - it returns immediately with a run_id. Poll with get_run() or use a webhook to know when the download finishes. The TypeScript SDK does support waitForCompletion on downloadFiles.

Parameters

Returns WorkflowRunResponse

The downloaded_files field contains the list of files that were downloaded.

Request options

Override timeout, retries, or headers for this call by passing request_options (Python) or a second options argument (TypeScript).