action cpy_get_api_v1_videos_id_stats_retention { label: "Get retention stats of a video" provider: cpy method: GET path: "/api/v1/videos/{id}/stats/retention" encoding: json output: { properties: { data: { type: "array" items: { type: "object" properties: { retentionPercent: { type: "number" } second: { type: "number" } } } } } } }