# catalog_reviews_course_info_retrieve Retrieve aggregate review information for a course. Endpoint: GET /api/catalog/reviews/course/info/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `course_id` (string, required) The course ID to get review information for ## Response 200 fields (application/json): - `course_id` (string, required) The course ID associated with the reviews - `avg_rating` (number,null, required) Average rating of the course - `count` (integer, required) Total number of reviews for the course