GET
/v1/runs/{run_hash}/downloadDownload Run
Get a temporary download URL for run resultsThis endpoint generates a temporary download URL for the results of a specific run. The URL provides direct access to the exported data file.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Response Field Explanations
s3
string
Example: https://s3.eu-west-1.amazonaws.com/api.lobstr.io/temporary/...
Parameters
run_hashstring
RequiredExample:
300e9c5c127d421c90f431478d9a2cfbWarning
Download URLs are temporary and expire after a short period. Generate a new URL if the link expires.
Note
The run must have export_done: true before a download URL can be generated.
Pro Tip
For automated workflows, consider using delivery configurations (Email, S3, SFTP, Webhook) instead of manual downloads.
Pro Tip
Results are exported in CSV format by default.