Skip to main content
GET
Download Workflow Run

Authentication

Requires a JWT token or API key in the Authorization header.

Request

string
required
The run ID whose output CSV you want to download.

Example request

Response

Responds with 302 Found and a Location header pointing to a short-lived, presigned URL for the run’s generated CSV. Follow the redirect (curl’s -L) to download the file.
Output is only available once the run has finished producing results. Poll Get Workflow Run until the run reports success before downloading.