{
"data": [
{
"id": "msg-uuid-1",
"conversationId": "conv-uuid",
"content": "Hola, ¿tienen disponibilidad para mañana?",
"messageType": "text",
"direction": "inbound",
"status": "read",
"sentByAi": false,
"timestamp": "2026-01-29T10:30:00Z",
"createdAt": "2026-01-29T10:30:00Z"
},
{
"id": "msg-uuid-2",
"conversationId": "conv-uuid",
"content": "¡Hola! Sí, tenemos disponibilidad. ¿A qué hora te gustaría?",
"messageType": "text",
"direction": "outbound",
"status": "delivered",
"sentByAi": true,
"timestamp": "2026-01-29T10:30:15Z",
"createdAt": "2026-01-29T10:30:15Z"
},
{
"id": "msg-uuid-3",
"conversationId": "conv-uuid",
"content": null,
"messageType": "image",
"direction": "inbound",
"status": "read",
"sentByAi": false,
"mediaUrl": "https://api.whaapy.com/messages/msg-uuid-3/media?token=xxx",
"mediaMimeType": "image/jpeg",
"timestamp": "2026-01-29T10:31:00Z",
"createdAt": "2026-01-29T10:31:00Z"
}
],
"meta": {
"hasMore": true,
"oldestMessageId": "msg-uuid-1"
}
}