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