List Run Result Downloads
curl --request GET \
--url https://api.sixtyfour.ai/workflows/runs/{run_id}/results/download-links[
{
"filename": "<string>",
"storage_bucket": "<string>",
"file_size": 123,
"row_count": 0,
"block_number": 123,
"created_at": "<string>",
"message": "<string>",
"content_type": "<string>",
"download_url": "<string>",
"download_expires_in_seconds": 900,
"results": [
{}
]
}
]Workflows
List Run Result Downloads
List a workflow run’s results with 15-minute signed download URLs.
GET
/
workflows
/
runs
/
{run_id}
/
results
/
download-links
List Run Result Downloads
curl --request GET \
--url https://api.sixtyfour.ai/workflows/runs/{run_id}/results/download-links[
{
"filename": "<string>",
"storage_bucket": "<string>",
"file_size": 123,
"row_count": 0,
"block_number": 123,
"created_at": "<string>",
"message": "<string>",
"content_type": "<string>",
"download_url": "<string>",
"download_expires_in_seconds": 900,
"results": [
{}
]
}
]Headers
Path Parameters
Query Parameters
Result format: 'csv', 'json', or 'ndjson'
Response
Successful Response
Result file name.
Storage bucket containing the file.
File size in bytes (uncompressed), when known.
Number of rows in the file.
Block sequence number that produced the file.
Timestamp when the record was created.
Error or status message, if any.
MIME type of the file.
Signed download URL; null if signing failed.
Seconds until download_url expires.
Inline rows when the file is small enough to embed; otherwise null.
Was this page helpful?
⌘I