← Reddit

Conversation files in data exports are broken for me. Workarounds?

Reddit · AutumnalAlchemist · April 18, 2026
A user reported that data exports have been returning empty conversation files for the past week, containing only empty brackets. The user is seeking alternative methods to retrieve conversations in JSON or markdown formats.

Detailed Analysis

A recurring technical issue affecting Claude users involves data export functionality returning empty conversation files — specifically, a conversations.json file that contains only empty brackets (`[]`) despite the account holding substantial chat history. The problem, surfaced in community discussions on Reddit's r/ClaudeAI, reflects a broader pattern of instability in Anthropic's official data export pipeline, where ZIP archives arrive either corrupted, incomplete, or stripped of critical content such as user-side messages. The issue is not isolated to one account type or usage level; heavy accounts with large histories are particularly susceptible, though even standard accounts have reported the same empty-file behavior over sustained periods.

The practical impact is meaningful for users who rely on data portability — whether for personal archiving, migration to other platforms, or compliance with data ownership expectations. Anthropic's official export mechanism, accessible through the Claude desktop web interface under Settings → Privacy → Export Data, is the only sanctioned route for bulk conversation retrieval, and mobile apps do not support the feature at all. When this pipeline fails, users are left without a direct first-party fallback. Known partial mitigations include requesting a scoped three-month export rather than a full account export, which reduces payload size and circumvents some of the failure modes associated with oversized archives. Users are also advised to download export links promptly on desktop, as the links expire and delayed downloads can result in corrupted or incomplete files.

Third-party browser extensions have emerged as the most reliable workaround for individual conversation retrieval. Tools such as Claude Exporter for Chrome allow users to export specific conversations in formats including Markdown, PDF, JSON, plain text, and CSV — bypassing the all-or-nothing constraints of the official ZIP export entirely. These tools operate at the session level, pulling conversation data directly from the active browser interface rather than relying on Anthropic's backend export generation system, which makes them immune to the server-side bugs affecting bulk exports. The tradeoff is that they require manual, conversation-by-conversation operation and cannot recover deleted chats or full historical archives in a single action.

The export bug connects to a broader tension in AI assistant platforms between rapid feature development and infrastructure reliability for user-facing data tools. Anthropic has positioned Claude as a trustworthy, user-respecting system, yet persistent export failures undermine the practical expression of that commitment — particularly as data portability becomes an increasingly scrutinized dimension of AI product ethics. The existence of a separate known bug in Claude Code's `/export` command (documented in Anthropic's GitHub issue tracker) suggests that export-related defects span multiple product surfaces, pointing to systemic rather than incidental engineering debt. Until Anthropic documents and deploys a universal fix, affected users face a fragmented support landscape, with community-sourced workarounds filling the gap that official tooling has left open.

Read original article →