export_conversation
Download a past conversation's full transcript as a JSON file via a temporary URL. Use for long transcripts or when you need structured data for analysis or scripting.
Instructions
Download the complete transcript of a past conversation as a machine-readable JSON file. Returns a temporary download URL (expires in 15 minutes, no auth needed) that you fetch yourself to get the full conversation as structured messages (role, content, timestamp).
Use when a transcript is too long to read inline, or when you need it as a file for analysis or scripting. To read a short transcript directly, use get_full_conversation instead. Requires the conversationId from recall_chat_history's sources array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationId | Yes | Conversation ID from the recall_chat_history sources array |