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. 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" }, // ... }