# KnowledgeBaseSearchResult **Type:** GraphQL objects **Description:** Results from a knowledge base semantic search query. ## Fields - query (String): The original search query. - totalResults (Int): Total number of matching results. - results (KnowledgeBaseSearchHit, Not Null): The search result hits, ordered by relevance. - id (String): The article ID that matched. - score (Float): Relevance score (higher is better). - metadata (JSON): Additional metadata about the match. - highlight (String): Highlighted text snippet showing the matching content. - citations (JSON): Source citations for the results.