v1

latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KB
Workflow

List Run Result Downloads

List a workflow run's results with 15-minute signed download URLs.

get/workflows/runs/{run_id}/results/download-links

Path parameters

run_idstring uuid required

Query parameters

formatstring

Result format: 'csv', 'json', or 'ndjson'

Result format: 'csv', 'json', or 'ndjson'

Headers

x-api-keystring nullable

Response

Successful Response

filenamestring required

Result file name.

storage_bucketstring required

Storage bucket containing the file.

file_sizeinteger nullable

File size in bytes (uncompressed), when known.

row_countinteger

Number of rows in the file.

block_numberinteger nullable

Block sequence number that produced the file.

created_atstring nullable

Timestamp when the record was created.

messagestring nullable

Error or status message, if any.

content_typestring nullable

MIME type of the file.

download_urlstring nullable

Signed download URL; null if signing failed.

download_expires_in_secondsinteger

Seconds until download_url expires.

resultsobject[] nullable

Inline rows when the file is small enough to embed; otherwise null.