action asana_get_story { label: "Get a story" description: "Returns the full record for a single story." provider: asana method: GET path: "/stories/{story_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }