get_slack_channel_history
Fetch recent messages from a specific Slack channel to review conversation history and support follow-up actions.
Instructions
Get recent Slack messages for a channel visible to the bot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum messages to return | |
| cursor | No | Pagination cursor from a previous result | |
| account_id | No | Slack credential account ID, usually "default" | default |
| channel_id | Yes | Slack channel/conversation ID, e.g. C123... |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||