conversations_replies
Retrieve a thread of messages in a Slack channel by providing the channel ID and parent message timestamp. Supports pagination, timestamp filtering, and metadata inclusion.
Instructions
Retrieve a thread of messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the conversation containing the thread (e.g. C0123). | |
| ts | Yes | Timestamp of the thread's parent message (e.g. 1700000000.000100). | |
| 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. 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 | |||