Skip to main content

Returns

  • List[Folder]: Collection of folders the current auth context can access.
Each Folder now surfaces hierarchy details:
  • full_path: Canonical path (e.g., /projects/alpha/specs)
  • parent_id: Parent folder ID (if any)
  • depth: Depth in the tree (root = 1)
  • child_count: Number of direct children when provided

Examples