Get Project
asana_get_projectRetrieve complete project details by project ID, including name, dates, notes, privacy settings, and team info. Specify additional fields like members or current status as needed.
Instructions
Get full details for a project by GID. Returns gid, name, archived, color, created_at, modified_at, default_view, due_on, start_on, notes, privacy_setting, public, team.gid, and workspace.gid by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `team.name,workspace.name,current_status,members`. Default fields: gid, name, archived, color, created_at, modified_at, default_view, due_on, start_on, notes, privacy_setting, public, team.gid, workspace.gid. | |
| project_id | Yes | The GID of the project (numeric string, e.g. `'1234567890123'`). Get it from asana_search_projects. |