get_thread
Retrieve all messages in a Slack thread using channel ID and parent message timestamp. Read the full conversation before replying to stay informed.
Instructions
Get all messages in a thread given a channel ID and the parent message timestamp.
Use this to read a full conversation thread before replying to it. The thread_ts is the timestamp of the parent message that started the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| thread_ts | Yes | ||
| channel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |