# ai_analytics_perlearner_orgs_users_courses_videos_retrieve List of videos within a course a learner has watched Kwargs 1. course_id e.g course-v1:Org+Course4+Run 2. user_id e.g developer@ibleducation.com or dev123 (username|email) Default result when no query param is added is [], 0 Endpoint: GET /api/ai-analytics/perlearner/orgs/{org}/users/{user_id}/courses/{course_id}/videos Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `course_id` (string, required) - `org` (string, required) - `user_id` (string, required) ## 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 ## Response 200 fields (application/json): - `data` (array, required) - `data.id` (string, required) Video Id - `data.name` (string, required) Video Name - `data.watched` (boolean, required) Watch status - `total` (integer, required) videos watched