cURL
curl --request GET \ --url https://api.duplik.cn/v1/spaces/{space_id}/messages \ --header 'Authorization: Bearer <token>'
{ "total_count": 0, "total_page": 0, "page_num": 1, "page_size": 10, "items": [] }
获取应用聊天历史对话信息
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
external user id
Successful Response
Show child attributes