Skip to content

Get ACC Files In Folder ​

Retrieves the list of files contained within a specified folder in an Autodesk Construction Cloud project.

Purpose ​

Use this task when a workflow needs to enumerate the contents of an ACC folder for batch processing, reporting, or conditional logic based on what files exist. The folder can be identified by its ID or its full path, making this task flexible regardless of how earlier workflow steps reference folder locations.

Inputs ​

FieldTypeRequiredDescription
Hub NameTextYesThe name of the ACC hub containing the target project. This can be found in the ACC web app under accounts.
Project NameTextYesThe name of the project within the hub. This can be found in the ACC web app under projects.
Folder IdentifierTextYesThe identifier of the folder whose contents to list. Accepts either a full folder path (e.g. Project Files/PROJ001/DRAWINGS) or a folder ID.

Outputs ​

NameDescription
AccFilesA list of file objects from the specified folder. Each entry contains file metadata. Pass this to a loop or filter task to process individual files downstream.

Tentech