The Mistral export includes all personal data stored on their servers:
{
"account": {
"email": "user@example.com",
"created_at": "2024-06-15T...",
"plan": "free"
},
"conversations": [
{
"id": "conv_abc123...",
"created_at": "2026-03-05T10:30:00Z",
"title": "Code review help",
"model": "mistral-large",
"messages": [
{
"role": "user",
"content": "Review this function..."
},
{
"role": "assistant",
"content": "Looking at your code..."
}
]
}
],
"memories": [...],
"projects": [...]
}
Export includes:
- Account information (email, profile)
- All conversation history (inputs and outputs)
- Memories and saved preferences
- Projects and their contents
- Library files and documents