Ocp-Apim-Subscription-Key: ********************curl --location --request GET '/api/v2/chat-threads//chat-logs' \
--header 'Ocp-Apim-Subscription-Key: <api-key>'{
"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"
}
]
}
}