acc_list_projects
List projects in an ACC account with filters for status, platform, and name, plus pagination. Retrieve project templates using classification 'template' to prepare for project creation.
Instructions
List projects of an ACC account (hub), newest API, with filters and pagination. Also use this with classification='template' to discover project templates for acc_create_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | Filter: active | pending | archived | suspended | |
| platform | No | Filter: acc | bim360 | |
| account_id | Yes | Account/hub id (with or without the 'b.' prefix) | |
| name_contains | No | Filter: project name contains this text | |
| classification | No | Filter: production | template | component | sample |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |