[<griffe._internal.docstrings.models.DocstringParameter object at 0x7ff586458550>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7ff586458790>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7ff586458590>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7ff5864587d0>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7ff586458810>, <griffe._internal.docstrings.models.DocstringParameter object at 0x7ff5864588d0>]
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 |