cursor_history_show
Retrieve a Cursor session's messages and tool activity with source and timestamp provenance, filtering by session ID or index.
Instructions
Inspect the available messages and tool activity in a Cursor session, with source and timestamp provenance. Long thinking and tool payloads are abbreviated; use export for unabridged available content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Exact native session UUID returned by list/search. Case-sensitive; do not normalize. | |
| workspace | No | Workspace path. Reuse the same scope for listing and reading a session index. | |
| sessionIndex | No | One-based index from a list with the same workspace scope. Prefer sessionId for reuse. | |
| includeCrossWorkspaceSources | No | Opt in to complementary sources outside this workspace, only for already selected session IDs. Default: false. |