folder.get_all_folders
folder_get_all_foldersRetrieve the complete Sisense folder tree, including nested folders and dashboards, to view the full dashboard organization hierarchy.
Instructions
Retrieve the full folder tree. Convenience wrapper for get_folders("tree"). Returns the nested folder hierarchy used by Sisense for organizing dashboards.
Returns: list[dict[str, Any]] | dict[str, Any] A list of root-level folder nodes (each may contain nested folders and dashboards keys), or {"error": "..."} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||