Batch Operations
batch_get_documents
Retrieve multiple documents by their IDs in a single batch operation
batch_get_documents
Retrieve multiple documents by their IDs in a single batch operation.
Parameters
document_ids
(List[str]): List of document IDs to retrieve
Returns
List[Document]
: List of document metadata for found documents
Example
Document Properties
Each Document
object in the returned list has the following properties:
external_id
(str): Unique document identifiercontent_type
(str): Content type of the documentfilename
(Optional[str]): Original filename if availablemetadata
(Dict[str, Any]): User-defined metadatastorage_info
(Dict[str, str]): Storage-related informationsystem_metadata
(Dict[str, Any]): System-managed metadataaccess_control
(Dict[str, Any]): Access control informationchunk_ids
(List[str]): IDs of document chunks