Ocp-Apim-Subscription-Key: ********************curl --location --request GET '/api/v2/chat-threads//documents' \
--header 'Ocp-Apim-Subscription-Key: <api-key>'{
"success": true,
"message": "Chat Thread Document List Retrieved Successfully",
"data": {
"corpus_id": 0,
"documents": [
{
"id": 0,
"source": "string",
"description": "string"
}
]
}
}