The download output captures a run’s payload and makes it downloadable as a JSON file from the Runs page. It is a terminal node. Nothing connects after it. Use a download output when you want a copy of the structured result without sending it to an external system. It pairs well with extract, transform, and review actions.Documentation Index
Fetch the complete documentation index at: https://docs.ingestly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
The download output has no configuration. Drop it onto the canvas, connect an upstream action, and the run output becomes available for download once the run completes.How downloads work
- When a run reaches the download output, it stores the upstream payload against the run
- On the Runs page, open the actions menu on a row and choose Download output
- The browser downloads a JSON file containing the captured payload
If a run never reaches the download output (for example, it errors earlier or follows a different branch), the Download output action is not available for that run.
Inputs and outputs
Allowed inputs: Any action node (extract, review, validation, transform, merge, parse, HTTP, loop, variable). Output: Terminal node, no downstream connections. The captured payload is exposed as a JSON download on the Runs page.Related
Callback output
Send results to an external webhook instead
Email output
Deliver results via email
Forward output
Hand the document off to another pipeline
Runs
Find and download outputs from completed runs