asana_list_project_statuses
Retrieve a project's status updates, including type, title, text, and author, with pagination support.
Instructions
List a project's status updates (status_type, title, text, author). 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 |