type URI on every export_not_found problem body: https://docs.get-exo.com/errors/export_not_found.
HTTP status: 404 Not Found.
Why it happens
Exports are scoped to the organization and, for subject-scoped exports, to the subject that created them. Export documents are also deleted when their subject is erased, so an id from before an erasure will not resolve.How to fix it
- List exports with
GET /v1/exportsand use an id from there. - Create a fresh export with
POST /v1/exportsif the old one is gone.
Related
export_not_readynot_found- Errors for the envelope and the full catalogue