GET /api/v1/exports//download
Redirects to a signed download URL for a completed export. The signed URL expires after 7 days.Path Parameters
The export identifier.
Response
Returns302 Found with a Location header pointing to the signed download URL:
Examples
Errors
| Status | Description |
|---|---|
404 | Export not found. |
409 | Export is not yet completed. Check status with GET /api/v1/exports/ first. |
410 | Download link has expired (older than 7 days). Create a new export. |