Download Run
Run
Download Run
Get a temporary download URL for run results
GET
Download Run
This endpoint generates a temporary download URL for the results of a specific run. The URL provides direct access to the exported data file.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
The unique identifier (hash) of the run to download. Example:
300e9c5c127d421c90f431478d9a2cfbResponse Field Explanations
Temporary signed URL to download the results file (CSV format). Example:
"https://s3.eu-west-1.amazonaws.com/api.lobstr.io/temporary/..."The run must have export_done: true before a download URL can be generated.
Code Examples
Response
200
404