action asana_get_time_period { label: "Get a time period" description: "Returns the full record for a single time period." provider: asana method: GET path: "/time_periods/{time_period_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }