List all Conversations
How are the users interacting with Alan?
Last updated
How are the users interacting with Alan?
Last updated
{
"message": "Conversations retrieved successfully.",
"page": 1,
"items_per_page": 5,
"total_pages": 2,
"conversations": [
{
"conversation_id": "cb13815c-c278-4ad6-9330-e096ee20600e",
"question": "What is EBS system?", -> first question of the Conversation
"messages_count": 3, -> how many messages on this Conversation
"created_at": "11/26/2024 23:49",
"source_tool": {
"name": "Workstation",
"external_id": "N/A",
"type": "chat"
}
},
]
}