slack_get_thread_replies
Retrieve all replies in a Slack message thread by providing the channel ID and thread timestamp. Supports pagination for large threads.
Instructions
Get all replies in a message thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of replies to retrieve (default 100) | |
| cursor | No | Pagination cursor for next page of results | |
| thread_ts | Yes | The timestamp of the parent message in the format '1234567890.123456'. Timestamps in the format without the period can be converted by adding the period such that 6 numbers come after it. | |
| channel_id | Yes | The ID of the channel containing the thread |