Document Retrieval
list_documents
List accessible documents in DataBridge
list_documents
List accessible documents in DataBridge.
Parameters
skip
(int, optional): Number of documents to skip. Defaults to 0.limit
(int, optional): Maximum number of documents to return. Defaults to 100.filters
(Dict[str, Any], optional): Optional filters
Returns
List[Document]
: List of accessible documents
Example
Document Properties
The Document
objects returned by this method have 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