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