action asana_get_project_statuses_for_project { label: "Get statuses from a project" description: "*Deprecated: new integrations should prefer the `/status_updates` route.*\n\nReturns the compact project status update records for all updates on the project." provider: asana method: GET path: "/projects/{project_gid}/project_statuses" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }