conversations_history
Retrieve message history from a Slack channel by providing the channel ID. Supports pagination, date filtering, and optional metadata inclusion.
Instructions
Fetch a conversation's history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the conversation to read (e.g. C0123). | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| inclusive | No | Include messages with ``latest`` or ``oldest`` timestamps in the results. | |
| latest | No | Only include messages at or before this timestamp (e.g. 1700000000.000100). Defaults to now. | |
| limit | No | Maximum number of messages to return per page (default 100). | |
| oldest | No | Only include messages at or after this timestamp. | |
| include_all_metadata | No | Include all message metadata in the response. | |
| detailed | No | Return the full, uncompacted Slack response when True. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||