[<griffe._internal.docstrings.models.DocstringParameter object at 0x7f0765c85e10>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7f0765c86050>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7f0765c85e50>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7f0765c86090>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7f0765c860d0>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7f0765c86190>]
load(
self,
folder_ids: Optional[List[str]] = None,
thread_ids: Optional[List[str]] = None,
max_docs: Optional[int] = 1000,
include_all_folders: bool = False,
include_comments: bool = False,
include_images: bool = False
) -> List[Document]| Name | Type | Description |
|---|---|---|
* | unknown | param folder_ids: List of specific folder IDs to load, defaults to None |
* | unknown | param thread_ids: List of specific thread IDs to load, defaults to None |
* | unknown | param max_docs: Maximum number of docs to retrieve in total, defaults 1000 |
* | unknown | param include_all_folders: Include all folders that your access_token can access, but doesn't include your private folder |
* | unknown | param include_comments: Include comments, defaults to False |
* | unknown | param include_images: Include images, defaults to False |