flightlog_get_session
Retrieve a full transcript of a previous Claude Code session using a session ID from search results. Read complete context including user queries, responses, tool calls, and decisions.
Instructions
Retrieve the full transcript of a past Claude Code conversation. Use after flightlog_search to read the complete context of a session — see exactly what the user asked, what you answered, what tools were called, and what decisions were made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session UUID to retrieve (from flightlog_search or flightlog_list_sessions results) | |
| include_tool_io | No | Include tool_use inputs and tool_result outputs in transcript (default false) |