read_thread
Retrieve a Slack thread's parent message and all replies by providing the thread's timestamp and channel. The parent message is included as the first result.
Instructions
Read a thread's parent message and replies.
ts is the parent message timestamp (Slack message ID). channel accepts ID or name. The returned messages list includes the parent as element 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | ||
| limit | No | ||
| channel | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||