- Sync
- Async
Parameters
document_ids(List[str]): List of document IDs to retrievefolder_name(str | List[str], optional): Optional folder scope. Accepts canonical paths or a list of paths/names.
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 chunksfolder_path(Optional[str]): Canonical folder path (includes nested parents when scoped)

