QueryEventsResponseData

June 4, 2025 ยท View on GitHub

Data object containing QueryEvents query results and pagination information

Example Usage

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

let value: QueryEventsResponseData = {
  result: [],
  total: 1859.79,
  pageSize: 1926.56,
  count: 9146.48,
};

Fields

FieldTypeRequiredDescription
resultcomponents.EventsResultItem[]: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