slack_get_channel_history
Retrieve message history from a Slack channel by channel ID. Apply time filters, set limits, and paginate through results to access past conversations.
Instructions
Get message history from a Slack channel.
Args: channel_id: Channel ID (starts with C, D, or G) limit: Max messages to return, 1-1000 (default: 100) cursor: Pagination cursor from previous response oldest: Only messages after this timestamp (e.g., 1234567890.123456) latest: Only messages before this timestamp inclusive: Include messages at oldest/latest boundary
Returns: List of messages with pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| latest | No | ||
| oldest | No | ||
| inclusive | No | ||
| channel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||