Skip to content

Get Files By Folder ​

Retrieves all files contained within a specified Autodesk Vault folder.

Purpose ​

Use this task to obtain a list of every file in a given Vault folder so that subsequent tasks can iterate over, process, or report on those files. It is commonly used as the starting point for batch operations such as bulk property updates, automated exports, or validation checks across an entire folder's contents.

Inputs ​

FieldTypeRequiredDescription
Folder IdentifierTextYesThe Vault folder ID or full Vault path, e.g. $/Designs/Project001/DRAWINGS.

Outputs ​

NameDescription
VaultFilesA list of Vault file objects found in the specified folder. Pass this to a loop or iteration task to process each file individually.

Tentech