action i_cue_get_forecast_result_job_id { label: "Forecast result" description: "Get result for forecast job" provider: i_cue method: GET path: "/forecast/result/{jobId}" encoding: json input: { type: "object" properties: { Token: { type: "string" } jobId: { type: "integer" format: "int32" } } required: ["jobId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }