slack_conversations_history
Retrieve conversation history from a Slack channel or direct message with user names automatically resolved.
Instructions
Get messages from a channel or DM with user names resolved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Messages to fetch (max 100, default 50) | |
| latest | No | Unix timestamp - get messages before this time (boundary timestamp included) | |
| oldest | No | Unix timestamp - get messages after this time (boundary timestamp included) | |
| channel_id | Yes | Channel or DM ID (e.g., D063M4403MW) | |
| resolve_users | No | Convert user IDs to names (default true) | |
| include_all_metadata | No | Pass Slack's include_all_metadata option to conversations.history | |
| include_rich_message_fields | No | Include Slack message attachments, blocks, metadata, files, and reactions when present |