{
"success": true,
"message": "Chat Log Details Retrieved Successfully",
"data": {
"id": 0,
"question": "string",
"response": {
"property1": null,
"property2": null
},
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"is_deleted": true,
"total_tokens": -2147483648,
"prompt_tokens": -2147483648,
"completion_tokens": -2147483648,
"cache_hit": true,
"query_source": "string",
"message_id": "string",
"cost": "string",
"chat_thread": {
"id": 0,
"title": "string"
},
"agent": {
"id": 0,
"agent_name": "string"
},
"user": {
"id": 0,
"username": "string"
},
"llm_config": {
"id": 0,
"model_name": "string"
},
"feedback": {
"is_upvote": true,
"is_downvote": true
},
"comment": [
{
"comment": "string",
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z"
}
]
}
}