Skip to main content
This page is the resolution target of the RFC 9457 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/exports and use an id from there.
  • Create a fresh export with POST /v1/exports if the old one is gone.