Skip to content

ACC Operations ​

Retrieves high-level Autodesk Construction Cloud objects — hubs, projects, or a project's root folder — for use in downstream workflow tasks.

Purpose ​

Use this task near the start of a workflow to resolve ACC structural objects dynamically. Use Hubs to discover available accounts, Projects to list projects within a hub, or Root Folder to obtain the top-level "Project Files" folder of a specific project, which can then be passed to folder and file tasks.

Inputs ​

FieldTypeRequiredDescription
Object TypeDropdownYesThe type of ACC object to retrieve: Hubs, Projects, or Root Folder.
Hub NameTextYesThe friendly name of the ACC Hub/Account as shown in the ACC web app. Only shown when Object Type is Projects or Root Folder.
Project NameTextYesThe name of the ACC project. Only shown when Object Type is Root Folder.

Outputs ​

NameDescription
Hubs(Object Type = Hubs) List of hub objects, each containing the hub name, hub ID, and region.
Projects(Object Type = Projects) List of project objects, each containing the project name, project ID, and associated metadata.
RootFolder(Object Type = Root Folder) The top-level "Project Files" folder object for the specified project, including its folder GUID and path.

Autodesk API token usage

Autodesk frequently update their token consumption policies and the cost of individual API operations. Refer to the Autodesk Platform Services Token Usage documentation for current pricing and consumption details.

Authentication ​

This node requires an Autodesk service account or third-party account with access to the target hub.

Tentech