Depending on your export method, you'll receive different data formats:
{
"conversations": [
{
"id": "conv_abc123...",
"created_at": "2026-03-05T10:30:00Z",
"title": "Code debugging help",
"model": "deepseek-r1",
"messages": [
{
"role": "user",
"content": "Help me fix this Python code...",
"timestamp": "2026-03-05T10:30:00Z"
},
{
"role": "assistant",
"content": "I can see the issue...",
"timestamp": "2026-03-05T10:30:15Z"
}
]
}
]
}
Export format comparison:
| Format | Best For | Preserves | Tool |
|---|---|---|---|
| Sharing, printing | Formatting, layout | Extensions | |
| Markdown | Knowledge bases, Notion | Code blocks, structure | Extensions |
| JSON | Data analysis, backup | Full metadata | Extensions, Email |
| TXT | Simple backup | Text only | Extensions |
| HTML | Web viewing | Full formatting | Extensions |