action getgo_get_training { label: "Get Training" description: "Uses the organizer key and training key to retrieve information on a scheduled training." provider: getgo method: GET path: "/organizers/{organizerKey}/trainings/{trainingKey}" encoding: json output: { type: "object" additionalProperties: true } }