readSlackChannel
Retrieve conversation history from any Slack channel, including thread replies, to review past discussions or analyze team communication. Specify a time range and message limit for targeted retrieval.
Instructions
Retrieves conversation history from a specified Slack channel, including thread replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of messages to return | |
| latest | No | End of time range (timestamp) | |
| oldest | No | Start of time range (timestamp) | |
| channel | Yes | Channel ID or name (with or without # prefix) | |
| includeThreads | No | Whether to include thread replies |