superchat_get_conversation_export
Check the status of an asynchronous conversation export job and retrieve its download link. Use after creating an export to get the file URL.
Instructions
Check the status of an asynchronous conversation export job and retrieve its download link. Use after create_conversation_export; this tool returns the URL but does not fetch or parse the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| export_id | Yes | Export job ID returned by create_conversation_export. | |
| conversation_id | Yes | Conversation ID for the export. |