Get a run
Poll a run’s status and, once complete, its output media URLs.
GET
Get a run
Output media URLs are signed and expire. Download or copy the asset to your own storage soon after the run completes.
There’s no separate
outputs array. The result surface is nodeResults, the run’s full per-node record (executed nodes only, in no guaranteed order): each entry carries nodeId, status (completed | failed), and, when it produced content, kind plus url or text. The entries with isOutput: true are the ones the flow publishes by name. Filter on that flag to get what Run a flow calls the run’s outputs. A node missing from nodeResults was never executed. When the run was started with params, they’re echoed back on the record as params (typed, as sent); inputs stays the content values, as strings.Last modified on September 8, 2026