Search Filesystem
Search file contents under a connector filesystem root with a line regex — bounded on files, matches, bytes, and time; binaries skipped. Runs entirely in-process on the node. Requires ConnectorsManage (reads file contents, same bar as ad-hoc SQL) and 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.
Regex applied per line (Rust regex syntax; (?i) for
case-insensitive).
Filename glob (* and ?) restricting which files are scanned.
Match cap; the node clamps to its own ceiling.
x >= 0Node-side scan budget in milliseconds (default 20000, ceiling 30000).
0 / omit = node default.
x >= 0