Get Slack Thread Replies
slack_get_threadRetrieve all replies in a Slack thread by providing the channel ID and parent message timestamp. Use it to fetch complete thread conversations.
Instructions
Fetch all replies in a Slack thread.
Args:
channel (string): Channel ID where the thread exists
thread_ts (string): Timestamp of the parent message
Returns: List of all messages in the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max replies to return | |
| channel | Yes | Channel ID | |
| thread_ts | Yes | Parent message timestamp |