action visagecloud_get_last_nframes_using_get { label: "Get last processed N frames from stream" provider: visagecloud method: GET path: "/rest/v1.1/stream/frames" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } attributeFilters: { type: "string" } collectionId: { type: "string" } count: { type: "string" } labels: { type: "string" } secretKey: { type: "string" } streamId: { type: "string" } } required: ["accessKey", "secretKey", "streamId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }