list_filesystem
Browse directories on the Sonarr host to locate media folders or files. Returns folder and file listings for a given path, with options to include files and allow folders without trailing slashes.
Instructions
Read FileSystem.
GET /api/v3/filesystem
Args: path: Query parameter. include_files: Query parameter. allow_folders_without_trailing_slashes: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| include_files | No | ||
| allow_folders_without_trailing_slashes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |