chatthread_id
as a path parameter.chat_thread_id
, follow this guide:curl --location -g --request GET 'https:///v2/api/chat-thread/0' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Chat thread Found Successfully.",
"data": {
"id": 101,
"corpus_id": null,
"created_by": "user@example.com",
"created_on": "2025-01-01T12:00:00Z",
"modified_by": "",
"modified_on": "2025-01-01T12:30:00Z",
"title": "Chat Thread Title",
"is_deleted": false,
"chat_id": null,
"agent": 500,
"user": 123
}
}