curl --location -g --request GET 'https:///api/v2/chat-threads//chat-logs' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Chat Logs Retrieved Successfully",
"data": {
"title": "string",
"agent_name": "string",
"chat_logs": [
{
"id": 0,
"question": "string",
"response": "string",
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z"
}
]
}
}