dingtalk_chat_message_list_all
Search DingTalk chat history by time range with pagination, covering both one-on-one and group chats.
Instructions
按时间范围分页搜索历史消息(包含单聊和群聊)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | 结束时间,格式 yyyy-MM-dd HH:mm:ss(必填) | |
| limit | No | 每页返回数量,默认 50 | |
| start | Yes | 起始时间,格式 yyyy-MM-dd HH:mm:ss(必填) |