{
"data": [
{
"id": "string",
"source": "string",
"destination": "string",
"provider_from": "string",
"provider_to": "string",
"channel": "whatsapp",
"direction": "outbound",
"message_type": "text",
"user_phone": "573001112233",
"conversation_key": "string",
"provider_message_id": "string",
"status": "string",
"error_message": null,
"sent_at": "2024-01-01T00:00:00.000Z",
"failed_at": null,
"created_at": "2024-01-01T00:00:00.000Z",
// ... more connector fields are available in detail endpoint
}
],
"meta": {
"timestamp": "2024-01-01T00:00:00.000Z"
},
"pagination": {
"limit": 25,
"hasMore": false,
"nextCursor": null
}
}