The short version
Go to Settings > Data export and press Prepare export. It runs in the background, we email you when it is ready, and you download one file from the same page. That file covers every workspace in your organization: the facts held about each of your end-users, every conversation thread with its messages, your collections, and the metadata of every document you have ingested.What you get
One gzipped, newline-delimited JSON file (.ndjson.gz). Each line is one record, so you can stream it without loading the whole thing into memory:
What is included
What is not, and why
Your document files are not in it. Documents are listed as metadata: title, collection, ingestion date, size, and a SHA-256 checksum of the text that was ingested. You already hold the originals you uploaded, and the checksum is what lets you match the two up and confirm nothing was altered. Documents ingested before checksums were recorded returnnull for that field, which is stated rather than hidden.
The knowledge graph is not in it. Its topology, the embeddings, and the entity-resolution data are how Akumi processes your data rather than data you gave us. What comes back is what you supplied, plus the personal data extracted from it.
How long it lasts
A finished export is deleted 24 hours after it is ready. It is a complete copy of your organization’s data, so we do not keep one sitting in storage longer than you need it. Ask for another whenever you want; there is no limit beyond a small hourly cap to stop a loop. While it exists it is stored encrypted, is never publicly linkable, and is streamed to you through the application behind your session rather than handed out as a shareable link.Who can do it
Owners and admins. It returns everything the organization holds, so it is not a member-level action. Both preparing an export and downloading one are recorded in your audit log, so you can see afterwards who took a copy and when.It stays available while you are leaving
If your organization is scheduled for deletion, the export is still reachable during the grace period, from the page explaining the deletion. That is the window in which you are most likely to want it, so it would be a poor time for it to disappear.Why this is not an API endpoint
Deliberately. Exporting an organization is an administrative act by a person, not something your application does on a request, so it lives in the dashboard next to the other things only an owner or admin can do. The per-end-user export is on the API, and the difference is the point:
See Recall for the per-end-user export.
Everything else you can take with you
The data export covers Recall. The rest of what we hold is exportable too:
Inference itself is OpenAI-compatible, so moving away is a
base_url change rather than a rewrite. We would rather say that plainly than have you discover it.