action twinehealth_fetch_reward { label: "Get a reward" description: "Get a reward record by id." provider: twinehealth method: GET path: "/reward/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }