action cpy_get_api_v1_accounts_name_video_channels { label: "List video channels of an account" provider: cpy method: GET path: "/api/v1/accounts/{name}/video-channels" encoding: json input: { type: "object" properties: { withStats: { type: "boolean" } } additionalProperties: false } output: { properties: { data: { type: "array" items: { type: "object" } } total: { type: "integer" } } } }