Skip to content

Get ACC Folder ​

Retrieves a folder from an Autodesk Construction Cloud project, including its full path and metadata.

Purpose ​

Use this task when a workflow needs to confirm a folder exists in ACC or obtain its details before performing file operations. The resolved folder object, including its constructed full path, can be passed to file upload or listing tasks that require a folder reference rather than a plain string identifier.

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 to retrieve. Accepts either a full folder path (e.g. Project Files/PROJ001/DRAWINGS) or a folder ID.

Outputs ​

NameDescription
AccFolderThe folder object from ACC containing the folder GUID, display name, and full constructed path. Pass this to downstream tasks that need a resolved folder reference.

Tentech