Files
List files
Directory listing tool that shows files and subdirectories in a tree structure, helping you explore and understand the project organization.
Parameters#
pathstringrequiredThe absolute path to the directory to list.
ignorestring[]default: []List of glob patterns to ignore.
devicestringdefault: ""Optional fleet device name or id. When set, lists a directory inside that running device's container instead of the host (requires python in the device image). The device must be started first. Requires the 'devices:manage' scope.
zappstringdefault: ""Optional Zo App slug or id. When set, lists a directory inside that Zo App's sandbox instead of the host. Mutually exclusive with 'device'. Requires the 'apps:shell' scope.