List Filesystem Entries
List one directory under a connector filesystem root, with size/mtime per entry, optional glob filter, sort, and bounded recursion (depth). 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.
Include dotfiles.
name (default) | size (largest first) | mtime (newest first).
Filename glob (* and ?), matched on entry names.
0 (default) = this directory only; 1..N = bounded recursion that
many levels deeper (clamped node-side).
x >= 0Entry cap; the node clamps to its own ceiling and flags truncated.
x >= 0Node-side walk budget in milliseconds (default 20000, ceiling 30000).
0 / omit = node default. Channel wait is 35s so a full budget still
returns a truncated listing instead of browse_timeout.
x >= 0