asana_get_project_status
Retrieve project status updates from Asana using the project status GID to monitor progress and track completion metrics.
Instructions
Get a project status update
Input Schema
Name | Required | Description | Default |
---|---|---|---|
opt_fields | No | Comma-separated list of optional fields to include | |
project_status_gid | Yes | The project status GID to retrieve |
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"
}