# platform_orgs_courses_users_videos_count_retrieve (Total videos watched / Total Course Videos) or Total Videos watched in a course by a learner Endpoint: GET /api/platform/orgs/{org}/courses/{course_id}/users/{user_id}/videos/count 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` (object) - `data.count` (string, required) Total videos (videos watched / Total Course Videos)