slack_get_thread
Retrieve all replies in a Slack message thread by providing the channel ID and parent message timestamp.
Instructions
Get all replies in a message thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel or DM ID | |
| thread_ts | Yes | Thread parent message timestamp | |
| include_rich_message_fields | No | Include Slack message attachments, blocks, metadata, files, and reactions when present | |
| include_all_metadata | No | Pass Slack's include_all_metadata option to conversations.replies |