GetAnalyticsMetaResponse - TypeScript SDK
GetAnalyticsMetaResponse - TypeScript SDK
GetAnalyticsMetaResponse type definition
Returns analytics query metadata
GetAnalyticsMetaResponse - TypeScript SDK
Returns analytics query metadata
1 import { GetAnalyticsMetaResponse } from "@openrouter/sdk/models/operations"; 2 3 let value: GetAnalyticsMetaResponse = { 4 data: { 5 dimensions: [], 6 granularities: [ 7 { 8 displayLabel: "Day", 9 name: "day", 10 }, 11 ], 12 metrics: [ 13 { 14 displayFormat: "number", 15 displayLabel: "Request Count", 16 isRate: false, 17 name: "request_count", 18 }, 19 ], 20 operators: [ 21 { 22 name: "eq", 23 valueType: "array", 24 }, 25 ], 26 }, 27 };
| Field | Type | Required | Description |
|---|---|---|---|
data | operations.GetAnalyticsMetaData | ✔️ | N/A |