slack_thread_replies
Retrieve all replies in a Slack thread. Specify the channel ID and parent message timestamp to access the full discussion.
Instructions
Read all replies in a Slack thread (read-only). Provide the channel id and the parent message's ts (thread_ts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel id, e.g. C0123ABCD. | |
| ts | Yes | Thread parent ts, e.g. 1700000000.000100. | |
| limit | No | Max replies to return (default 50). | |
| cursor | No | Pagination cursor from a previous response. |