get_session
Retrieve the full conversation history from a past session to recall implementation details, decisions, or code.
Instructions
Get the full conversation from a session. Defaults to the current project. Use this when you need to read the actual messages from a past session — e.g., to recall implementation details, decisions made, or code that was written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The session UUID | |
| projectId | No | Project ID (defaults to current project) | |
| maxMessages | No | Max messages, most recent first (default 50) |