action visagecloud_get_profile_using_get { label: "Retrieves a profile" provider: visagecloud method: GET path: "/rest/v1.1/profile/{id}" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } collectionId: { type: "string" } id: { type: "string" } secretKey: { type: "string" } withFaces: { type: "string" } } required: ["accessKey", "collectionId", "id", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }