action asana_get_project_status { label: "Get a project status" description: "*Deprecated: new integrations should prefer the `/status_updates/{status_gid}` route.*\n\nReturns the complete record for a single status update." provider: asana method: GET path: "/project_statuses/{project_status_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }