asana_list_task_templates
List a project's task templates to see repeatable blueprints. Supports pagination, limits, and custom fields for targeted retrieval.
Instructions
List a project's task templates (repeatable task blueprints). Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100, default 100) | |
| max_pages | No | Max pages to follow (default 20 = 2000 items) | |
| 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 |