read_thread
Retrieve the complete conversation history of a Slack thread from a public channel, including the root message and all replies, by providing the channel and thread timestamp.
Instructions
Read a full thread (root message + all replies) from a PUBLIC channel.
Args:
channel: Channel id (e.g. "C0123") or "#name". Must be a public channel.
thread_ts: The thread's root timestamp (the ts of the first message).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| thread_ts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||