action qualtrics_get_survey { label: "Get survey" description: "Gets a single Qualtrics survey speficied by its ID" provider: qualtrics method: GET path: "/survey-definitions/{SurveyId}" encoding: json input: { type: "object" properties: { SurveyId: { type: "string" } } required: ["SurveyId"] additionalProperties: false } output: { type: "object" properties: {} } }