aps_list_submittal_items
Retrieve submittal items from Autodesk Construction Cloud projects. Filter by status, package, spec section, or review response. Returns summary with title, number, spec section, type, status, priority, revision, and dates.
Instructions
List submittal items in an ACC project. Returns a compact summary: title, number, spec section, type, status, priority, revision, dates. Supports filtering by status, package, spec section, and review response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (UUID or 'b.' prefixed – auto‑converted). | |
| filter_status | No | Filter by status ID: 1=Required, 2=Open, 3=Closed, 4=Void, 5=Empty, 6=Draft. Omit to return all statuses. | |
| filter_package_id | No | Filter by package UUID. Omit to return items from all packages. | |
| filter_spec_id | No | Filter by spec section UUID. Omit to return all spec sections. | |
| limit | No | Max items per page (1–200). Default 20. | |
| offset | No | Pagination offset. Default 0. |