Errors
export_not_found
404 – No such export. The Org has no export run with that id, or the run expired and its archive was deleted.
No such export. Answered with 404.
What it means
The Org has no export run with that id, or the run expired and its archive was deleted. An export that lived forever would be a second, unwatched copy of everything.
What to do
List the runs with GET /api/exports, or start a new export.
The body
{
"type": "https://tigby.eu/problems/export_not_found",
"title": "No such export",
"status": 404,
"detail": "…what was refused, naming this request's own values",
"code": "export_not_found",
"doc_url": "https://docs.tigby.eu/errors/export_not_found",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.