type URI on every export_not_ready problem body: https://docs.get-exo.com/errors/export_not_ready.
HTTP status: 409 Conflict.
Why it happens
An export is a job.downloadUrl, bytes and counts are null until it reaches succeeded, and the download route refuses rather than serving a partial document.
How to fix it
- Poll
GET /v1/exports/{export_id}untilstatusissucceeded, then download. The list and detail reads draw on the ordinary read bucket, so polling will not throttle your download. - If
statusisfailed, readerrorand create a new export.
Related
export_not_found- Errors for the envelope and the full catalogue