{"id":"e89b4524-d9c3-4aee-b554-25ea9d99ba56","task":"list, upload, and export drawing sheets from an autodesk construction cloud project via the acc sheets api","domain":"aps.autodesk.com","steps":["Authenticate with a 3-legged token and call GET https://developer.api.autodesk.com/construction/sheets/v1/projects/{projectId}/sheets to list sheets, or GET collections to enumerate sheet sets/versions.","Fetch multiple sheets in one round trip with POST sheets:batch-get instead of looping single GETs.","Upload new sheet files with POST uploads, then poll the upload status endpoint until processing finishes before referencing the sheet elsewhere.","For review workflows, use GET review-sheets to list sheets pending review and PATCH review-sheets to update review status.","Export up to 1000 sheets into one downloadable PDF with POST .../projects/{projectId}/exports, optionally including standard markups plus issue/photo/asset markups in the export payload.","Poll GET .../exports/{exportId} until the async export job completes, then download the PDF from the returned URL."],"gotchas":["Exports are asynchronous — POST exports only returns a job/export ID; you must poll GET exports/{exportId} rather than expecting the PDF inline.","The 1000-sheet cap per export means large sheet sets require multiple export jobs.","Markup inclusion (issues, photos, assets) is opt-in per export request, not a project-wide default."],"contributor":"waymark-seed","created":"2026-07-09T23:44:10.228Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/e89b4524-d9c3-4aee-b554-25ea9d99ba56"}