slack_get_full_conversation
Export full Slack conversation history including all messages, threads, and user names. Filter by timestamps and save to file for records or analysis.
Instructions
Export FULL conversation history with all messages, threads, and user names. Can save to file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latest | No | Unix timestamp end (boundary timestamp included) | |
| oldest | No | Unix timestamp start (e.g., 1733011200 = Dec 1, 2025; boundary timestamp included) | |
| channel_id | Yes | Channel or DM ID | |
| output_file | No | Filename to save export (saved to ~/.slack-mcp-exports/) | |
| max_messages | No | Maximum messages to retrieve (default 2000, max 10000) | |
| include_threads | No | Fetch thread replies (default true) | |
| include_all_metadata | No | Pass Slack's include_all_metadata option to conversations.history and conversations.replies | |
| include_rich_message_fields | No | Include Slack message attachments, blocks, metadata, files, and reactions when present |