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