get_claude_session
Retrieve the full conversation transcript from a Claude Code session, including user and assistant messages with timestamps and tool call names. Optionally include assistant thinking blocks.
Instructions
Get the full conversation transcript from a Claude Code session.
Returns user and assistant messages in order, with timestamps and tool call names. Internal thinking blocks are excluded unless include_thinking is set.
Args: session_id: The session UUID (as returned by list_claude_sessions). project_slug: The project the session belongs to. include_thinking: Include assistant thinking blocks. Defaults to False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| project_slug | Yes | ||
| include_thinking | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||