{
"success": true,
"message": "Thread retrieved successfully",
"data": {
"thread_id": 42,
"title": "AI Discussion Thread",
"agent_id": 5,
"messages": [
{
"question": "What is AI?",
"response": {
"answer": "AI stands for Artificial Intelligence...",
"citations": []
},
"query_source": "web",
"is_deleted": false,
"created_on": "2026-01-06T10:00:00Z",
"modified_on": "2026-01-06T10:00:00Z",
"created_by": "[email protected]",
"modified_by": "[email protected]"
},
{
"question": "Tell me about machine learning",
"response": {
"answer": "Machine learning is a subset of AI...",
"citations": []
},
"query_source": "web",
"is_deleted": false,
"created_on": "2026-01-06T10:05:00Z",
"modified_on": "2026-01-06T10:05:00Z",
"created_by": "[email protected]",
"modified_by": "[email protected]"
}
],
"documents": [
{
"type": "file",
"source": "product-spec.pdf",
"normalized_source": "product-spec.pdf",
"description": "Product specification document",
"tags": [
"spec",
"product"
],
"step": "completed",
"is_failed": false,
"is_deleted": false,
"created_on": "2026-01-05T09:00:00Z",
"modified_on": "2026-01-05T09:00:00Z",
"created_by": "[email protected]",
"modified_by": "[email protected]"
}
],
"share_info": {
"access_level": "INVITE_ONLY",
"created_at": "2026-01-06T12:00:00Z",
"expires_at": "2026-12-31T23:59:59Z"
},
"permissions": {
"can_view": true,
"can_write": true,
"is_owner": false
}
}
}