Actions
Get Folder Statistics
Fetch information about folder size and item counts (for both file version and files inside the folder and all the subfolders).

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | The ID of the folder, can be retrieved from the ‘List File Or Folders’ action. |
{
"allVersionsSize": 5724,
"allFilesSize": 22534,
"filesCount": 1,
"fileVersionsCount": 0,
"foldersCount": 2,
"allFilesSizeInKB": 17,
"allVersionsSizeInKB": 13
}
Was this page helpful?