Get Project Statuses
asana_get_project_statusesList all status updates for a project, newest first, to review periodic health check-ins (green/yellow/red) and monitor progress.
Instructions
List all status updates for a project, ordered newest first. Status updates are the periodic health check-ins (green/yellow/red) visible in the project's status tab. Returns an array of status objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1-100). | |
| offset | No | Pagination offset token from a previous response's next_page.offset. | |
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,text,color,title,author.name,created_at`. Default fields: gid, text, resource_type. | |
| project_gid | Yes | The GID of the project (numeric string, e.g. `'1234567890123'`). |