QuerySemanticThreadsResponseData

June 4, 2025 ยท View on GitHub

Data object containing QuerySemanticThreads query results and pagination information

Example Usage

import { QuerySemanticThreadsResponseData } from "@inkeep/inkeep-analytics/models/components";

let value: QuerySemanticThreadsResponseData = {
  result: [],
  total: 3107.52,
  pageSize: 4381.35,
  count: 7975.26,
};

Fields

FieldTypeRequiredDescription
resultcomponents.SemanticThreadResultItem[]:heavy_check_mark:N/A
totalnumber:heavy_check_mark:Total number of results matching the query
pageSizenumber:heavy_check_mark:Number of results per page
countnumber:heavy_check_mark:Number of results in the current response