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