feishu_im_user_get_thread_messages
Retrieve message lists from Feishu/Lark conversation threads using thread ID, with pagination support for efficient data access.
Instructions
【以用户身份】获取话题(thread)内的消息列表。
用法:
通过 thread_id(omt_xxx)获取话题内的所有消息
支持分页:page_size + page_token
【注意】话题消息不支持时间范围过滤(飞书 API 限制)
返回消息列表,格式同 feishu_im_user_get_messages。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | 话题 ID(omt_xxx 格式) | |
| sort_rule | No | 排序方式,默认 create_time_desc(最新消息在前) | |
| page_size | No | 每页消息数(1-50),默认 50 | |
| page_token | No | 分页标记,用于获取下一页 |