- Sync
- Async
Parameters
document_ids(List[str]): List of document IDs to retrieve
Returns
List[Document]: List of document metadata for found documents
Examples
- Sync
- Async
Document Properties
EachDocument 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 metadatachunk_ids(List[str]): IDs of document chunks

