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