slack_get_channel_history
Retrieve recent messages from a Slack channel. Specify channel ID, optional message limit, and earliest timestamp to filter.
Instructions
Fetch recent messages from a Slack channel.
Args: channel (required): Channel ID. limit: Max messages. oldest: Lower-bound timestamp (Slack ts format).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | ||
| limit | No | ||
| oldest | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |