Once an operation's status is completed, retrieve the output file with GET /operation/v1/{operationId}/download.
The most important constraint to plan around: the result is only available for 10 minutes after the operation completes. After that window, the file is automatically deleted from Avanquest's servers and the download link will no longer work.
- Design your integration to download the result immediately after the status turns completed, rather than deferring it.
- If the window has already passed, you'll need to resubmit the original operation rather than retry the download.
Note: This 10-minute limit is part of Avanquest's approach to data handling: files are stored only for as long as needed to process and deliver your request, then discarded.