action visagecloud_get_classifer_status_using_get { label: "Get classifer status" provider: visagecloud method: GET path: "/rest/v1.1/classifier/svm/status" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } id: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "id", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }