Get Project Status
asana_get_project_statusFetch a project status by GID to view its text, color (green/yellow/red), title, author, and creation time. Use this to monitor project health and progress.
Instructions
Get a single project status update by its GID. Returns the status object including text, color (green/yellow/red), title, author, and created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,text,color,title,author.name,created_at,html_text`. Default fields: gid, text, resource_type. | |
| project_status_gid | Yes | The GID of the project status update (numeric string, e.g. `'1234567890123'`). Get status GIDs from asana_get_project_statuses. |