cURL
curl --request GET \ --url https://backend.overtenai.com/api/v1/runs/{run_id}/download
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Redirect to a fresh signed URL for the run’s primary output.
Most clients follow 302s automatically. Issuing a redirect instead of streaming bytes lets storage (Firebase/MinIO) handle the transfer.
Successful Response