cd /news/ai-products/exporting-your-chats-from-claude-ai · home topics ai-products article
[ARTICLE · art-121446] src=jvt.me ↗ pub= topic=ai-products verified=true sentiment=· neutral

Exporting your chats from Claude.ai

Anthropic's Claude.ai lacks a native chat export feature, but users can manually retrieve their conversations via the platform's internal API endpoint, as demonstrated in a technical walkthrough. The method involves using browser developer tools to access a URL that returns full chat history in JSON format, including message content, timestamps, and model information.

read1 min views1 publishedSep 4, 2026

I'm about to switch subscriptions for one of my Claude accounts, and as part of it, will lose access to any chats I had in the Claude.ai web view (and i.e. on apps, if I used them).

Unfortunately there doesn't seem to be any way to export these natively - maybe by design? - but fortunately, at least as of writing, we can take to the trusty Network tab.

https://claude.ai/chat/90000000-0000-0000-0000-000000000009

90000000-0000-0000-0000-000000000009

https://claude.ai/api/organizations/a0000000-0000-0000-0000-000000000001/chat_conversations/90000000-0000-0000-0000-000000000009?tree=True&rendering_mode=messages&render_all_tools=true&include_inline_comparison=true&consistency=strong

This then gives you i.e.

{
 "uuid": "90000000-0000-0000-0000-000000000009",
 "name": "Setting up Claude Code with multiple subscriptions",
 "summary": "",
 "model": "claude-haiku-4-5-20251001",
 "created_at": "2026-07-25T09:38:55.311455Z",
 "updated_at": "2026-07-25T09:40:03.114705Z",
 "settings": {
 "enabled_web_search": true,
 "enabled_monkeys_in_a_barrel": true,
 "tool_search_mode": "auto",
 "thinking_mode": "extended",
 "preview_feature_uses_artifacts": true,
 "enabled_artifacts_attachments": false,
 "enabled_turmeric": true
 },
 "is_starred": false,
 "is_temporary": false,
 "platform": "CLAUDE_AI",
 "is_wiggle_enabled": true,
 "effective_thinking_mode": "extended",
 "current_leaf_message_uuid": "...",
 "chat_messages": [
 {
 "uuid": "...",
 "text": "",
 "content": [
 {
 "start_timestamp": "2026-07-25T09:38:56.130954Z",
 "stop_timestamp": "2026-07-25T09:38:56.130954Z",
 "type": "text",
 "text": "How can I set Claude Code up with this subscription? I want a couple of folders to use a different subscription",
 "citations": []
 }
 ],
 "sender": "human",
 "index": 0,
 "created_at": "2026-07-25T09:38:56.131040Z",
 "updated_at": "2026-07-25T09:38:56.131040Z",
 "truncated": false,
 "attachments": [],
 "files": [],
 "sync_sources": [],
 "parent_message_uuid": "00000000-0000-4000-8000-000000000000"
 },
 // ...
 ]
}
── more in #ai-products 4 stories · sorted by recency
── more on @anthropic 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/exporting-your-chats…] indexed:0 read:1min 2026-09-04 ·