get_conversation
Retrieve complete Cursor conversation content including messages, code blocks, file references, and AI summary. Use conversation IDs from list or search results, with summary-only option to conserve context.
Instructions
Retrieves the complete content of a specific Cursor conversation including all messages, code blocks, file references, title, and AI summary. WORKFLOW TIP: Use conversation IDs from list_conversations, search_conversations, or analytics breakdowns (files/languages arrays contain conversation IDs). Use summaryOnly=true to get enhanced summary data without full message content when you need to conserve context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationId | Yes | Conversation ID from list_conversations, search_conversations, or analytics breakdowns | |
| summaryOnly | No | Return only enhanced summary data without full message content | |
| outputMode | No | Output format: "json" for formatted JSON (default), "compact-json" for minified JSON | json |