Get Metrics Infoget https://a.klaviyo.com/api/v1/metricsReturns a list of all the metrics in your account.Query Paramspageinteger≥ 0Defaults to 0For pagination, which page of results to return. Default = 0countinteger1 to 100Defaults to 50For pagination, the number of results to return. Default = 50 ; Max = 100Response 200A JSON object with a data property that contains an array of all the metrics. Each entry is a separate metric object. If no metrics exist, the resulting array will be empty. This request should never return an error.Updated over 4 years ago