Skip to main content
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.

Authorizations

Authorization
string
header
required

A workspace API key. Secret keys (flowy_…) are server-side — keep them private. Publishable keys (flowy_pk_…) are browser-safe but only work from their allowlisted domains.

Path Parameters

runId
string
required

Response

Run status and outputs.

data
object
Last modified on September 8, 2026