get_thread_by_thread_id
Fetch all messages from a thread in a SeaTalk group chat using group ID and thread ID, with pagination support.
Instructions
Retrieve all messages within a thread of a group chat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination | |
| group_id | Yes | The ID of the group chat | |
| page_size | No | Number of messages included in one response (1-100) | |
| thread_id | Yes | The ID of the thread |