conversation_id:会话ID,必填cursor:游标方式分页,返回ID小于该值的历史消息page_size:每页返回的消息数量,默认20,最大100text:纯文本消息image:图片消息file:文件消息voice:语音消息video:视频消息location:位置消息link:链接消息system:系统消息sending:发送中sent:已发送delivered:已送达read:已读failed:发送失败Authorization: Bearer ********************curl --location --request GET '/api/v1/messaging/history?conversation_id&cursor&page_size'{
"code": 0,
"message": "success",
"data": [
{
"property1": "string",
"property2": "string"
}
]
}