# ai_analytics_engagement_orgs_courses_videos_summary_retrieve Get a summary of video watch statistics for a specific course. This endpoint provides a structured summary of video watch data for a course, organized in a tree-like format by course sections and subsections. Query Parameters: course_id (str): The course ID to get video summary for Returns: A hierarchical structure of video watch data for the course, including: - Section and subsection organization - Video identification and metadata - Watch counts and completion rates Endpoint: GET /api/ai-analytics/engagement/orgs/{org}/courses/{course_id}/videos/summary 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) Chapter name - `data.id` (string, required) Chapter Id - `data.subsections` (array) - `data.subsections.display_name` (string, required) Subsection name - `data.subsections.id` (string, required) Subsection Id - `data.subsections.total_watch` (string, required) Total videos watched. N/A if no record found - `data.subsections.videos` (array) Videos - `data.subsections.videos.display_name` (string, required) Video name - `data.subsections.videos.id` (string, required) Video Id - `data.subsections.videos.total_users` (integer) Total users who have watched the video