slack_get_channel_history
Retrieve recent messages from a channel by ID. Optionally set the number of messages to return.
Instructions
Get recent messages from a channel. Requires 'groups:history' scope for private channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of messages to retrieve (default 10) | |
| channel_id | Yes | The ID of the channel |