asana_get_project
Get a project's custom field settings and sections merged into one response, avoiding multiple API calls.
Instructions
Fetch one project with its custom_field_settings (field GIDs + enum option GIDs) AND its sections, merged into one response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. | |
| project_gid | Yes | Project GID |