action visagecloud_get_last_nattedance_using_get { label: "Get last N recognized individuals from stream" provider: visagecloud method: GET path: "/rest/v1.1/stream/attendance" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } count: { type: "string" } secretKey: { type: "string" } streamIds: { type: "string" } } required: ["accessKey", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }