Exporting your chats from Claude.ai

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.

  1. Open the Network tab
  2. Load a chat conversation i.e. https://claude.ai/chat/90000000-0000-0000-0000-000000000009
  3. Search for the conversation ID i.e. 90000000-0000-0000-0000-000000000009
  4. Find a URL 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
  5. Download the contents

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

Written by Jamie Tanna's profile image Jamie Tanna on , and last updated on .

Content for this article is shared under the terms of the Creative Commons Attribution Non Commercial Share Alike 4.0 International, and code is shared under the Apache License 2.0.

#blogumentation #ai #llm.

This post was filed under articles.

Interactions with this post

Interactions with this post

Below you can find the interactions that this page has had using WebMention.

Have you written a response to this post? Let me know the URL:

Do you not have a website set up with WebMention capabilities? You can use Comment Parade.