list_thread_replies
Retrieve replies to a message in a thread, sorted from oldest to newest. Specify the channel and message ID to get the conversation history.
Instructions
List replies in a message thread. Returns replies sorted by date (oldest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of replies to return (default: 50) | |
| channel | Yes | a string that will be trimmed | |
| messageId | Yes | a string that will be trimmed |