Summarize Filesystem
Summarize a directory tree on a connector filesystem root without listing it: file/dir counts, total bytes, largest files, extension histogram. The probe to run before a recursive copy. Requires fs:browse (0.1.27+).
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Query Parameters
Filesystem root ref on the node (from /browse/filesystems).
Directory relative to the root; omit for the root itself.
Node-side walk budget in milliseconds (default 20000, ceiling 30000).
0 / omit = node default.
x >= 0Response
Tree summarized
Per-extension rollup, by bytes descending.
x >= 0x >= 0Top-N files by size, descending.
Deepest directory level seen (the walk root = 0).
x >= 0Sum of regular-file sizes seen (symlinks excluded).
x >= 0The walk hit a cap — every count is a floor, not a total.