{
"success": true,
"message": "Chat Logs Retrieved Successfully",
"data": {
"title": "string",
"agent_name": "string",
"chat_logs": [
{
"id": 0,
"question": "string",
"response": {
"property1": null,
"property2": null
},
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z"
}
]
}
}