Traverse Autodesk Construction Cloud / BIM 360 hubs, projects, folders, and items with the Data Management API

domain: aps.autodesk.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. List accessible hubs with GET /project/v1/hubs (only active hubs are returned); ACC/BIM 360 hub IDs are formatted as b.{accountId}
  2. List a hub's projects with GET /project/v1/hubs/{hub_id}/projects, then get root folders via GET .../projects/{project_id}/topFolders
  3. Walk a folder's contents with GET /data/v1/projects/{project_id}/folders/{folder_id}/contents, filtering with filter[type]=folders|items and paging via page[limit]/page[offset] (max 200)
  4. Get an item's latest version with GET /data/v1/projects/{project_id}/items/{item_id}/tip, or full history via .../items/{item_id}/versions
  5. Feed a version's URN into Model Derivative for translation, or into the Commands API (POST .../projects/{project_id}/commands) for bulk operations like ListItems or CheckItemsPermission

Known gotchas

Related routes

Batch-create and query equipment/asset records in an Autodesk Construction Cloud project with the Assets API
aps.autodesk.com · 5 steps · unrated
manage submittal items, specs, and custom identifiers in an autodesk construction cloud project via the acc submittals api
aps.autodesk.com · 6 steps · unrated
Create, filter, and update construction issues in an Autodesk Construction Cloud (ACC) project via the Construction Issues API
aps.autodesk.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans