asana_get_project_status
Retrieve project status updates from Asana to monitor progress and track project milestones using the project status GID.
Instructions
Get a project status update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_status_gid | Yes | The project status GID to retrieve | |
| opt_fields | No | Comma-separated list of optional fields to include |
Input Schema (JSON Schema)
{
"properties": {
"opt_fields": {
"description": "Comma-separated list of optional fields to include",
"type": "string"
},
"project_status_gid": {
"description": "The project status GID to retrieve",
"type": "string"
}
},
"required": [
"project_status_gid"
],
"type": "object"
}