get_thread_replies
Retrieve all replies from a Slack message thread by providing channel ID and thread timestamp. Returns threaded messages for review or analysis.
Instructions
Get all replies in a message thread.
Args:
channel_id: The ID of the channel containing the thread (e.g., "C01234567")
thread_ts: The timestamp of the parent message
limit: Maximum number of replies to return (1-1000). Default: 20
Returns:
Dictionary containing the thread messages
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| thread_ts | Yes | ||
| limit | No |