Skip to main content
This page is the resolution target of the RFC 9457 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} until status is succeeded, then download. The list and detail reads draw on the ordinary read bucket, so polling will not throttle your download.
  • If status is failed, read error and create a new export.