action visagecloud_retrive_latest_using_get { label: "Retrieve the last *count* operations per current account" provider: visagecloud method: GET path: "/rest/v1.1/analysis/listLatest" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } count: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }