download_file
Download a file from a Langflow flow by providing flow ID and file name. Returns file content encoded in base64.
Instructions
Download a specific file from a flow. Returns file content as base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | Flow ID (UUID) containing the file | |
| file_name | Yes | Name of the file to download |