# knowledgeBaseCategories **Type:** GraphQL queries **Description:** List knowledge base categories with pagination. Filter by topic, code, or icon. ## Arguments - page (Int) - perPage (Int) - ids (String) - topicIds (String) - codes (String) - icon (String) ## Response **Type:** KnowledgeBaseCategoriesPaginated **Description:** Paginated list of knowledge base categories. ### Fields - data (KnowledgeBaseCategory): The list of categories for the current page. - pagination (PaginationInfo): Pagination metadata.