Export your data in JSON format
Use self-service data export to download your personal data and conversations in a machine-readable JSON file. This is useful for GDPR portability, internal records, or moving data into another system.
Open this setting from Settings > Data Protection. The export downloads as isms-copilot-export-YYYY-MM-DD.json.
Export your data
Click your user menu in the top-right corner and select Settings.
Open Data Protection.
Click the data export action to download your JSON export.
Wait for the download to finish and save the file somewhere secure.
If the export fails, try again. If the problem continues, contact support.
What the export includes
The JSON export can include your account settings, workspaces, conversation threads, messages, uploaded files, generated documents, workspace memories, user memories, and subscription data when available.
This export is structured for machine reading, so you can review it in a JSON viewer or import it into your own tools.
How workspace IDs map in the export
Workspace IDs are the main way to cross-reference related records across the file.
workspaces.ididentifies each workspacethreads.workspace_idshows which workspace a conversation belongs toworkspace_memories.workspace_idshows which workspace a saved memory belongs to
To trace one workspace through the export, start with its workspaces.id value, then match that value in thread and workspace memory records.
Verify the export
Open the JSON file in a text editor or JSON viewer.
Check that your expected workspaces appear under
workspaces.Pick one workspace ID and confirm it appears in related
threads.workspace_idandworkspace_memories.workspace_idrecords.Review a sample of messages, files, or generated documents to confirm the export contains the data you expect.
Use separate workspaces for each client or project. That makes JSON exports easier to review and cross-reference later. See Data Controls Overview - Updated and Data Privacy & GDPR Compliance - Updated.
What’s next
To manage retention and other privacy settings, see Data Controls Overview - Updated. For GDPR rights and account deletion, see Data Privacy & GDPR Compliance - Updated. For a broader summary of security and privacy controls, see Security & Data Protection Overview.