# Popular Articles Popular Articles API ## Get Popular Articles - [GET /portals/{portalID}/populararticles](https://apidev.egain.com/apis/v4/knowledge/portalmgr/api-bundled/popular-articles/getpopulararticles.md): ## Overview The Popular Articles API allows a user to retrieve popular articles. ## Prerequisites * Only displayable articles are returned. An Article is displayable when "Include in browse on portals" property is enable for the Article. ## Permissions * Agent permissions: The following permissions are required if user is an Agent: * If Article has Access Tags, Article must be available for agent's current user profile. * If Article has Publish Views, at least one edition of Article must be available for agent's current user profile. * If Article has filters and tags query parameter provided, Article filters must match provided tags or tag groups. * Customer permissions: The following permissions are required if user is a Customer: * If Article has Access tags: * Portal must have default user profile, and; * Article must be available for portal's default user profile. * If Article has Publish Views: * Portal must have default user profile, and; * At least one edition must be available for portal's default user profile. * If Article has filters and tags query parameter provided, Article filters must match provided tags or tag groups.