{
"messages": [
{
"id": "msg_001",
"role": "user",
"content": "Here's a photo of the damaged item",
"created_at": 1699900000000,
"status": "completed",
"attachments": [
{
"id": "att_abc123",
"type": "file",
"path": "/attachments/1699900000-abc123.jpg",
"name": "damaged-item.jpg",
"mimeType": "image/jpeg",
"width": 2048,
"height": 1536
}
]
},
{
"id": "msg_002",
"role": "assistant",
"content": "I can see the damage in your photo. I'll process a replacement for you.",
"created_at": 1699900001000,
"status": "completed",
"name": "Support Agent"
}
],
"hasMore": false
}