action visagecloud_get_collection2_using_get { label: "Retrieve existing collection content" provider: visagecloud method: GET path: "/rest/v1.1/collection/collection" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } collectionId: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "collectionId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }