# engagement_orgs_courses_videos_retrieve Get video engagement metrics for a specific course. This endpoint provides detailed video engagement statistics for a single course, including view counts, completion rates, and time spent on videos. Query Parameters: course_id (str): The course ID to get video engagement data for Returns: Detailed video engagement metrics for the specified course. Endpoint: GET /api/engagement/orgs/{org}/courses/{course_id}/videos/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `course_id` (string, required) - `org` (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) - `data.display_name` (string, required) Course name - `data.id` (string, required) Video Id - `data.duration` (integer, required) Video duration - `data.total_time` (integer, required) Total time spent by users watching - `data.total_users` (integer, required) Total users who have watched this video - `data.average_time` (number, required) Average time spent per learner