Claude's Cowork surface (the "Cowork" toggle next to "Chat", grouped under Chats and tasks in the sidebar) runs agentic, multi-step tasks — Claude works in a cloud sandbox, runs tools, searches the web, and produces files. A Cowork task lives at a URL like:
https://claude.ai/cowork/cse_<id>
It is a different kind of session from an ordinary chat or a Project, and Claude.ai gives you no way to export one. AI Chat Archive (v0.3.8+) adds first-class Cowork export: the full transcript in every format, plus the files the task produced.
The transcript is free in every format. Bundling the task's output files into the ZIP is a paid feature, gated by the same license as Project / Batch export — see pricing.
/chat/<id>) is a plain conversation./cowork/project/<id>) groups chats with shared
instructions and knowledge files — see
how to export a project./cowork/cse_<id>) is an agent run: Claude executes
a goal step by step, using tools (Bash, file edits, web search) and
delivering output files to an Outputs panel. Under the hood it is a
Claude Code session, which is why the standard export options don't reach
it.Open the task you want to save:
https://claude.ai/cowork/cse_<id>
You can get there from Chats and tasks in the Claude.ai sidebar, or by opening any task from the Cowork surface.
Two ways, exactly like a normal chat:
Pick any format:
.md) — for Obsidian, Notion, grep, future ingestion..html) — self-contained, browsable offline..json) — programmatic ingestion..txt) — raw text.The export reconstructs the task as a readable transcript:
outputs/.Long tasks export in full — the extension pages through the entire event history, so nothing is truncated. Non-Latin content and filenames (e.g. Chinese) are preserved end to end, including inside the ZIP.