v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Metrics

Get impact metrics configurations for a single feature

Enterprise feature

Gets all impact metrics configurations associated with a specific feature flag.

get/api/admin/projects/{projectId}/features/{featureName}/impact-metrics/config

Path parameters

projectIdstring required
featureNamestring required

Response

impactMetricsConfigListSchema

Example response

{
  "configs": [
    {
      "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
      "metricName": "unleash_counter_feature_toggle_usage_total",
      "timeRange": "day",
      "aggregationMode": "rps",
      "labelSelectors": {
        "environment": [
          "development"
        ],
        "project": [
          "default"
        ]
      },
      "source": "internal",
      "displayName": "feature_toggle_usage_total",
      "yAxisMin": "auto",
      "step": "15m",
      "title": "Feature Toggle Usage",
      "mode": "write"
    }
  ]
}