action cpy_get_video_channels { label: "List video channels" provider: cpy method: GET path: "/api/v1/video-channels" encoding: json output: { properties: { data: { type: "array" items: { type: "object" } } total: { type: "integer" } } } }