> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# QueryAnalyticsResponse

Analytics query results

## Example Usage

```typescript theme={null}
import { QueryAnalyticsResponse } from "@openrouter/sdk/models/operations";

let value: QueryAnalyticsResponse = {
  data: {
    data: [
      {},
    ],
    metadata: {
      queryTimeMs: 928.75,
      rowCount: 203673,
      truncated: false,
    },
  },
};
```

## Fields

| Field  | Type                                                                              | Required             | Description |
| ------ | --------------------------------------------------------------------------------- | -------------------- | ----------- |
| `data` | [operations.QueryAnalyticsData2](../../models/operations/queryanalyticsdata2.mdx) | :heavy\_check\_mark: | N/A         |
