{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"phoneNumber": "+5215512345678",
"contactName": "Juan Pérez",
"profilePictureUrl": "https://...",
"lastMessageAt": "2026-01-29T10:30:00Z",
"lastMessagePreview": "Hola, ¿tienen disponibilidad?",
"unreadCount": 2,
"status": "active",
"contact": {
"id": "uuid",
"name": "Juan Pérez",
"email": "juan@ejemplo.com",
"tags": ["cliente-nuevo"],
"funnelStage": {
"id": "uuid",
"name": "Interesado",
"color": "#3B82F6"
}
},
"settings": {
"aiEnabled": true,
"aiPausedUntil": null
},
"assignedTo": {
"agentId": "uuid",
"agentName": "María García"
},
"createdAt": "2026-01-28T08:00:00Z"
}
],
"meta": {
"total": 150,
"limit": 10,
"offset": 0,
"hasMore": true
}
}