> For the complete documentation index, see [llms.txt](https://docs.api.intratool.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.api.intratool.de/api-reference/filemanager.md).

# Filemanager

[FilemanagerDirectories](/api-reference/filemanager/filemanager-directories.md) define the visible directory hierarchy and its user or department assignments. Their paths control access to nested directories and [FilemanagerFiles](/api-reference/filemanager/filemanager-files.md).

[FilemanagerFiles](/api-reference/filemanager/filemanager-files.md) store file metadata and expose access-checked URLs for displaying or downloading their content.

## Path Filters

Filemanager list and count endpoints extend [Result Control](/introduction/query-manipulation/result-control.md) with path-aware filters:

* `filter[path][matches_path]` - Direct children of a directory path.
* `filter[path][matches_path_recursive]` - A directory path and its complete subtree.
* `filter[path][ignore_paths]` - Exclude one or more directory subtrees.
