Fuzzy search for files and directories
filesystem
Fuzzy search for files and directories
Performs fuzzy search on filesystem paths using fuzzy matching algorithm. Optimized alternative to find and grep commands.
GET
Fuzzy search for files and directories
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Path to search in (e.g., /home/user/projects)
Query Parameters
Maximum number of results to return (default: 20)
Comma-separated file patterns to include (e.g., .go,.js)
Comma-separated directory names to skip (default: node_modules,vendor,.git,dist,build,target,pycache,.venv,.next,coverage). Use empty string to skip no directories.
Exclude hidden files and directories (default: true)
Last modified on June 2, 2026
