action visagecloud_get_stream_using_get { label: "Get an existing stream with a given ID" provider: visagecloud method: GET path: "/rest/v1.1/stream/{streamId}" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } secretKey: { type: "string" } streamId: { type: "string" } } required: ["accessKey", "secretKey", "streamId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }