curl --location --request GET 'http://prod-cn.your-api-server.com/api/ai-conversations/c7e4cc1b-fb96-49f7-843b-a1bc8e6ebf6a/messages' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": "string",
"conversationId": "string",
"role": "string",
"content": "string",
"messageType": "string",
"attachments": null,
"tokens": {
"total": 0,
"prompt": 0,
"completion": 0
},
"status": "string",
"errorMessage": null,
"sequence": 0,
"processingTime": null,
"rawResponse": null,
"metadata": null,
"createdAt": "string",
"updatedAt": "string",
"conversation": {
"id": "string",
"title": "string",
"userId": "string",
"modelId": "string",
"summary": null,
"messageCount": 0,
"totalTokens": 0,
"config": null,
"status": "string",
"isPinned": true,
"isDeleted": true,
"metadata": null,
"createdAt": "string",
"updatedAt": "string"
}
}
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
},
"timestamp": 0
}