# knowledgeBaseArticles **Type:** GraphQL queries **Description:** List knowledge base articles with pagination, search, sorting, and filtering. ## Arguments - searchValue (String) - page (Int) - perPage (Int) - categoryIds (String) - articleIds (String) - codes (String) - topicIds (String) - sortField (String) - sortDirection (SortDirection): undefined - status (String) ## Response **Type:** KnowledgeBaseArticlesPaginated **Description:** Paginated list of knowledge base articles. ### Fields - data (KnowledgeBaseArticle): The list of articles for the current page. - pagination (PaginationInfo): Pagination metadata.