get_channel_history
Retrieve message history from a Slack channel, with options to filter by time range, limit results, and include thread replies.
Instructions
Get message history from a specific Slack channel
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Channel ID to fetch history from. Uses SLACK_DEFAULT_CHANNEL if not provided. | |
| oldest | No | Start of time range (Unix timestamp or ISO date) | |
| latest | No | End of time range (Unix timestamp or ISO date) | |
| limit | No | Maximum number of messages to return | |
| includeThreadReplies | No | Include thread reply messages |