Skip to main content
GET
List Run Result Downloads

Headers

x-api-key
string | null

Path Parameters

run_id
string<uuid>
required

Query Parameters

format
string
default:csv

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

Response

Successful Response

filename
string
required

Result file name.

storage_bucket
string
required

Storage bucket containing the file.

file_size
integer | null

File size in bytes (uncompressed), when known.

row_count
integer
default:0

Number of rows in the file.

block_number
integer | null

Block sequence number that produced the file.

created_at
string | null

Timestamp when the record was created.

message
string | null

Error or status message, if any.

content_type
string | null

MIME type of the file.

download_url
string | null

Signed download URL; null if signing failed.

download_expires_in_seconds
integer
default:900

Seconds until download_url expires.

results
Results · object[] | null

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