{"slug": "exporting-your-chats-from-claude-ai", "title": "Exporting your chats from Claude.ai", "summary": "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.", "body_md": "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).\n\nUnfortunately 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.\n\n`https://claude.ai/chat/90000000-0000-0000-0000-000000000009`\n\n`90000000-0000-0000-0000-000000000009`\n\n`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`\n\nThis then gives you i.e.\n\n```\n{\n \"uuid\": \"90000000-0000-0000-0000-000000000009\",\n \"name\": \"Setting up Claude Code with multiple subscriptions\",\n \"summary\": \"\",\n \"model\": \"claude-haiku-4-5-20251001\",\n \"created_at\": \"2026-07-25T09:38:55.311455Z\",\n \"updated_at\": \"2026-07-25T09:40:03.114705Z\",\n \"settings\": {\n \"enabled_web_search\": true,\n \"enabled_monkeys_in_a_barrel\": true,\n \"tool_search_mode\": \"auto\",\n \"thinking_mode\": \"extended\",\n \"preview_feature_uses_artifacts\": true,\n \"enabled_artifacts_attachments\": false,\n \"enabled_turmeric\": true\n },\n \"is_starred\": false,\n \"is_temporary\": false,\n \"platform\": \"CLAUDE_AI\",\n \"is_wiggle_enabled\": true,\n \"effective_thinking_mode\": \"extended\",\n \"current_leaf_message_uuid\": \"...\",\n \"chat_messages\": [\n {\n \"uuid\": \"...\",\n \"text\": \"\",\n \"content\": [\n {\n \"start_timestamp\": \"2026-07-25T09:38:56.130954Z\",\n \"stop_timestamp\": \"2026-07-25T09:38:56.130954Z\",\n \"type\": \"text\",\n \"text\": \"How can I set Claude Code up with this subscription? I want a couple of folders to use a different subscription\",\n \"citations\": []\n }\n ],\n \"sender\": \"human\",\n \"index\": 0,\n \"created_at\": \"2026-07-25T09:38:56.131040Z\",\n \"updated_at\": \"2026-07-25T09:38:56.131040Z\",\n \"truncated\": false,\n \"attachments\": [],\n \"files\": [],\n \"sync_sources\": [],\n \"parent_message_uuid\": \"00000000-0000-4000-8000-000000000000\"\n },\n // ...\n ]\n}\n```\n\n", "url": "https://wpnews.pro/news/exporting-your-chats-from-claude-ai", "canonical_source": "https://www.jvt.me/posts/2026/09/04/claude-chat-export/?utm_medium=rss&utm_source=rss", "published_at": "2026-09-04 11:18:19+00:00", "updated_at": "2026-09-04 11:52:28.054972+00:00", "lang": "en", "topics": ["ai-products", "developer-tools"], "entities": ["Anthropic", "Claude.ai"], "alternates": {"html": "https://wpnews.pro/news/exporting-your-chats-from-claude-ai", "markdown": "https://wpnews.pro/news/exporting-your-chats-from-claude-ai.md", "text": "https://wpnews.pro/news/exporting-your-chats-from-claude-ai.txt", "jsonld": "https://wpnews.pro/news/exporting-your-chats-from-claude-ai.jsonld"}}