action visagecloud_streams_by_account_using_get { label: "Show status of all streams from account" provider: visagecloud method: GET path: "/rest/v1.1/stream/all" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }