Get Run Output URL
Flows
Get Run Output URL
Get a download URL for a Flow run structured output
GET
Get Run Output URL
Behavior
- Returns a presigned URL to download the run’s structured output file. The URL expires after
expires_inseconds (currently 300). - Only call this once Get Run shows
output_refset on the run. - Returns
404with codeRUN_NOT_FOUNDifrunIddoes not exist, or belongs to a different customer. - Returns
404with codeOUTPUT_NOT_AVAILABLEif the run has not captured structured output — for example if it has not completed yet, or if the Flow doesn’t produce structured output.