action asana_get_status { label: "Get a status update" description: "Returns the complete record for a single status update." provider: asana method: GET path: "/status_updates/{status_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }