# platform_orgs_courses_videos_retrieve Get video watch statistics on a per-course basis. This endpoint provides a list of courses with aggregated video watch metrics, including total views and completion percentages. Returns: A list of courses with: - Course identification (ID and name) - Video watch count - Percentage of total videos watched Endpoint: GET /api/platform/orgs/{org}/courses/videos Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `department_id` (integer) When is passed, it allows to filter data for only user content groups for the specified department - `format` (string) Format * - json Enum: "json" - `include_main_platform` (boolean) Include main platform data ## Path parameters: - `org` (string, required) ## Response 200 fields (application/json): - `data` (array) - `data.course_id` (string, required) Edx Course ID - `data.name` (string, required) Course Name - `data.count` (integer, required) Number of watched videos - `data.percentage` (number, required) Percentage ... - `total` (integer) Total videos Watched for all rows