slack_get_thread_replies
Retrieve replies in a Slack thread by providing channel ID and thread timestamp. Returns paginated thread messages to view full conversation context.
Instructions
Get replies in a Slack message thread.
Args: channel_id: Channel ID (starts with C, D, or G) thread_ts: Timestamp of the parent message limit: Max replies to return, 1-1000 (default: 100) cursor: Pagination cursor from previous response oldest: Only replies after this timestamp latest: Only replies before this timestamp inclusive: Include messages at oldest/latest boundary
Returns: List of thread messages with pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| latest | No | ||
| oldest | No | ||
| inclusive | No | ||
| thread_ts | Yes | ||
| channel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||