filesystem
Get Directory Tree
Generates a tree representation of a directory structure.
POST
Body
application/json
Root directory path
Example:
"/home/user/project"
Maximum depth to traverse
Required range:
x >= 1
Example:
3
Whether to include hidden files/directories
Example:
false
Glob pattern to filter results
Example:
"*.py"
Response
200
application/json
Successfully generated directory tree
The response is of type object
.