list_history
Fetch past messages from a Slack channel to review conversation history, using timestamp and count filters to narrow results.
Instructions
Fetch message history from a Slack channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of messages to return | |
| latest | No | Only messages before this Unix timestamp | |
| oldest | No | Only messages after this Unix timestamp | |
| channel | Yes | Channel ID to fetch history from |