slack_thread
Fetch an entire Slack thread, including the parent message and all replies, by providing channel and thread timestamp.
Instructions
Fetch every reply in a thread, including the parent message.
Args:
channel: Channel name or ID containing the thread.
thread_ts: Timestamp of the thread parent (the ts or thread_ts
field from a previous result).
limit: Maximum messages to return (default 100).
resolve_names: Resolve user IDs to display names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| channel | Yes | ||
| thread_ts | Yes | ||
| resolve_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||