Skip to main content
GET
Get Run Output URL

Behavior

  • Returns a presigned URL to download the run’s structured output file. The URL expires after expires_in seconds (currently 300).
  • Only call this once Get Run shows output_ref set on the run.
  • Returns 404 with code RUN_NOT_FOUND if runId does not exist, or belongs to a different customer.
  • Returns 404 with code OUTPUT_NOT_AVAILABLE if the run has not captured structured output — for example if it has not completed yet, or if the Flow doesn’t produce structured output.

Authorizations

X-API-KEY
string
header
required

Path Parameters

runId
string
required

The run's id

Response

OK

url
string
required

Presigned URL to download the run's structured output.

expires_in
integer
required

Seconds until the URL expires.