The official xAI data export provides a ZIP file containing your account data in JSON format.
{
"conversations": [
{
"id": "conv_abc123...",
"created_at": "2026-03-05T10:30:00Z",
"title": "How to export Grok chats",
"messages": [
{
"role": "user",
"content": "How do I export my Grok chats?",
"timestamp": "2026-03-05T10:30:00Z"
},
{
"role": "assistant",
"content": "You can export your Grok conversations...",
"timestamp": "2026-03-05T10:30:05Z"
}
]
}
],
"account": {
"email": "user@example.com",
"created_at": "2024-11-15T..."
}
}
Export format comparison:
| Method | Format | Content | Best For |
|---|---|---|---|
| xAI Data Download | JSON (ZIP) | All conversations | Complete backup |
| In-Chat PDF | Current conversation | Formatted documents | |
| Browser Extensions | MD/PDF/JSON/TXT | Selected conversations | Flexible export |
| Share Link | URL | Single conversation | Quick sharing |