v1
latestOpenAPI 3.1.02026-07-13372867.8 KBfilesystem
Get Directory Tree
Generates a tree representation of a directory structure.
post/api/filesystem/tree
Request body
Example request
{
"include_hidden": false,
"max_depth": 3,
"path": "/home/user/project",
"pattern": "*.py"
}Response
Successfully generated directory tree
object required