检索历史消息
GET
/im/v2/messages/actions/search_messages
请求参数
Query 参数
operator_id
string
操作者账号 ID。
conversation_id
string
可选
sender_id|conversation_type|receiver_id 或 sender_id|conversation_type|team_id
发送者账号 ID
conversation_type:会话类型,1:单聊会话;2:高级群会话
receiver_id:接收者账号 ID(单聊对话)
team_id:群组 ID(群组会话)
sender_account_ids
string
可选
message_types
string
可选
支持的消息类型包括:0:文本;1:图片;2:语音;3:视频;4:地理位置;5:通知;6:文件;10:提示;11:Robot;100:自定义。
message_sub_types
string
可选
start_time
number
可选
time_period
number
可选
24x60x60x1000=86400000 表示 1 天。
keyword_list
array[string]
可选
示例值:
[""]
keyword_match_type
integer
可选
page_token
string
可选
limit
integer
可选
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
示例代码
返回响应
修改于 2025-03-06 05:48:42