action visagecloud_retrieve_analysis_using_get { label: "Retrieve a complete analysis object including both detection and recognition information" provider: visagecloud method: GET path: "/rest/v1.1/analysis/retrieve" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } analysisId: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "analysisId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }