Traverse a folder: subfolders + files (member)
ic_folder_getTraverse one folder (or the vault ROOT if folder_id is omitted). Returns { folder, path (breadcrumb), subfolders[], files[] } where each file carries a download_url (GET it with your bearer). Recurse by calling this again with a subfolder's id. This is how you walk a shared folder tree. Args: { folder_id? }. Required scope: files:read (ic-member+).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | Folder id (d_...) to open. Omit for the vault root. |