- Sync
- Async
Parameters
This method takes no parameters.Returns
List[FolderSummary]: List of folder summaries with document counts
Examples
- Sync
- Async
FolderSummary Properties
TheFolderSummary objects have the following properties:
id(str): Unique folder identifiername(str): Folder namefull_path(str | None): Canonical folder path (e.g.,/projects/alpha/specs)parent_id(str | None): Parent folder IDdepth(int | None): Depth in the hierarchy (root = 1)description(str | None): Folder descriptiondoc_count(int): Number of documents in the folderupdated_at(str | None): Last update timestamp
Notes
- This is a lightweight method for getting an overview of all folders.
- For more detailed information including document lists and status counts, use
get_folders_details. - Returns only folders accessible to the authenticated user.

