Messages
获取消息历史
使用游标分页获取对话中的消息
get/messages/{conversationId}
Path parameters
conversationIdstring required
Query parameters
beforestring
获取此消息 ID 之前的消息
afterstring
获取此消息 ID 之后的消息
limitinteger
每页数量
Response
成功
Example response
{
"ok": true
}使用游标分页获取对话中的消息
获取此消息 ID 之前的消息
获取此消息 ID 之后的消息
每页数量
成功
{
"ok": true
}