How to Export Your Claude Conversations
Anthropic provides a full data export for Claude.ai accounts. Here's exactly what you get and how to use it.
How to request the export
- Go to claude.ai and sign in
- Click your account icon → Settings
- Under "Privacy" → click "Export data"
- Confirm your email and click "Export"
- Anthropic emails you a download link — usually within a few minutes
- Download the ZIP file before the link expires (24–48 hours)
What the export contains
The ZIP file includes:
conversations.json— your full conversation history, including all messages and timestamps- Account information and usage data
The conversations.json file is structured JSON. Each conversation has an ID, name (title), and an array of messages. Each message has a role (human or assistant), content, and timestamp.
What you can do with the export
- Search it locally — open in VS Code or any text editor, use Ctrl+F to search all content
- Import to Backscroll — get keyword + semantic search, ask questions about your history
- Analysis — the JSON structure is clean enough to run your own scripts against it
- Backup — keep a local copy so you're not dependent on claude.ai uptime for access to your own thinking
The limitation: no real-time sync
The export is a point-in-time snapshot. There's no official API to pull new conversations automatically — you have to re-export periodically if you want your archive to stay current. Backscroll supports re-importing to add new conversations without duplicating old ones.
Make your Claude export searchable in 2 minutes
Upload your conversations.json to Backscroll. It gets indexed for keyword and semantic search. Ask it questions. Find anything from any conversation.
Start your book — 14-day free trial →