> ## 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. # GetAnalyticsMetaResponse Returns analytics query metadata ## Example Usage ```typescript theme={null} import { GetAnalyticsMetaResponse } from "@openrouter/sdk/models/operations"; let value: GetAnalyticsMetaResponse = { data: { dimensions: [], granularities: [ { displayLabel: "Day", name: "day", }, ], metrics: [ { displayFormat: "number", displayLabel: "Request Count", isRate: false, name: "request_count", }, ], operators: [ { name: "eq", valueType: "array", }, ], }, }; ``` ## Fields | Field | Type | Required | Description | | ------ | ----------------------------------------------------------------------------------- | -------------------- | ----------- | | `data` | [operations.GetAnalyticsMetaData](../../models/operations/getanalyticsmetadata.mdx) | :heavy\_check\_mark: | N/A |