[
{
"id": 1234,
"name": "產品手冊.pdf",
"type": "application/pdf",
"vector_store": "vs_abc123",
"size": 250000,
"status": "已編入索引",
"processing_status": "已完成",
"indexed_on": "2023-06-15T10:30:00Z",
"status_error_message": null,
"created": "2023-06-15T10:15:00Z",
"modified": "2023-06-15T10:30:00Z"
},
{
"id": 1235,
"name": "技術規格.docx",
"type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"vector_store": "vs_abc123",
"size": 125000,
"status": "已編入索引",
"processing_status": "已完成",
"indexed_on": "2023-06-15T11:45:00Z",
"status_error_message": null,
"created": "2023-06-15T11:30:00Z",
"modified": "2023-06-15T11:45:00Z"
}
]
此端點檢索指定向量儲存庫中所有文件的列表。它提供有關每個文件的元數據,包括文件的處理狀態、大小和索引時間戳。這些信息對於監控您的向量儲存庫內容和檢查文件處理狀態非常有用。