List files and directories with filteringget {protocol}://{base-url}/integration/v2/file/List files and directories for a filesystem with filtering and pagination.Query Paramsfs_idintegerrequiredThe ID of the filesystem.iduuidFilter by file/directory UUID.namestringFilter by exact file/directory name.is_directorybooleanFilter by file (false) or directory (true).truefalseparent_iduuidFilter by parent directory UUID.limitintegerDefaults to 100Maximum number of results to return.skipintegerDefaults to 0Number of results to skip (for pagination).order_bystringenumDefaults to nameField to order results by. Prefix with - for descending.namets_last_modifiedsize_in_bytes-name-ts_last_modified-size_in_bytesAllowed:namets_last_modifiedsize_in_bytes-name-ts_last_modified-size_in_bytesResponses 200List of files/directories 400Bad request (invalid input data or empty payload) 403Forbidden (missing authentication token or user does not have admin access) 404Filesystem not found 410Gone (filesystem has been deleted or is being deleted) 500Internal server errorUpdated 2 months ago Bulk update files and directories (async)Delete a single fileDid this page help you?YesNo