{
"folders": [
{
"id": "string",
"project_id": "string",
"owner_type": "project",
"owner_id": "string",
"parent_folder_id": "string",
"name": "string",
"is_active": true,
"extraction_status": "ready",
"extraction_progress_percent": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"files": [
{
"id": "string",
"project_id": "string",
"owner_type": "project",
"owner_id": "string",
"folder_id": "string",
"title": "string",
"file_kind": "document",
"content": "string",
"plain_text": "string",
"original_file_name": "string",
"mime_type": "string",
"file_size": "string",
"storage_path": "string",
"storage_url": "string",
"extraction_status": "ready",
"extraction_progress_percent": 0,
"extraction_error": "string",
"ai_context_ids": [
"string"
],
"ai_metadata": {
"property1": "string",
"property2": "string"
},
"resolved_links": [
{
"text": "string",
"href": "string",
"kind": "knowledge_file",
"resolved_href": "string",
"target_file_id": "string",
"target_title": "string",
"target_file_kind": "document",
"target_original_file_name": "string",
"target_mime_type": "string",
"target_file_size": "string",
"target_storage_path": "string",
"target_storage_url": "string",
"target_ai_metadata": {
"property1": "string",
"property2": "string"
}
}
],
"is_active": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"summary": {
"archive_file_name": "string",
"root_folder_name": "string",
"duplicate_resolution": "ask",
"folders": {
"total": 0,
"created": 0,
"reused": 0,
"renamed": 0
},
"files": {
"total": 0,
"created": 0,
"replaced": 0,
"renamed": 0,
"extraction_queued": 0,
"total_bytes": 0,
"by_kind": {
"property1": 0,
"property2": 0
}
},
"replace_deletions": {
"folders": 0,
"files": 0,
"tables": 0
}
}
}