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