{
"success": true,
"message": "string",
"data": {
"thread_id": 0,
"title": "string",
"agent_id": 0,
"messages": [
{
"question": "string",
"response": {
"property1": "string",
"property2": "string"
},
"query_source": "string",
"is_deleted": true,
"created_on": "2019-08-24T14:15:22.123Z",
"modified_on": "2019-08-24T14:15:22.123Z",
"created_by": "string",
"modified_by": "string"
}
],
"documents": [
{
"type": "file",
"source": "string",
"normalized_source": "string",
"description": "string",
"tags": [
"string"
],
"step": "pending",
"is_failed": true,
"is_deleted": true,
"created_on": "2019-08-24T14:15:22.123Z",
"modified_on": "2019-08-24T14:15:22.123Z",
"created_by": "string",
"modified_by": "string"
}
],
"share_info": {
"access_level": "PUBLIC",
"created_at": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z"
},
"permissions": {
"can_view": true,
"can_write": true,
"is_owner": true
}
}
}