Example Usage
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 | :heavy_check_mark: | N/A |