App Logo
claude.ai

Get Claude chat messages

Full message transcript of one Claude.ai conversation by uuid, oldest→newest. `text` is the readable prose; `tools` lists tool calls the UI renders as cards.

Input

conversation_uuid required

The conversation uuid, as returned by list_chats / search_chats (also the /chat/<uuid> URL segment).

Output

name required
uuid required
messages required
model optional
created_at optional
is_starred optional
updated_at optional

FAQ

Full message transcript of one Claude.ai conversation by uuid, oldest→newest. `text` is the readable prose; `tools` lists tool calls the UI renders as cards.
Required: conversation_uuid.
It returns name, uuid, model, messages, created_at, is_starred, updated_at.
Yes. It acts as you on claude.ai: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the claude.ai cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on claude.ai, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/claude.ai/get_chat_messages, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/claude.ai/get_chat_messages
It is part of Reduck's official curated catalogue.

Start building not clicking