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