experiment

Get Metric Settings

get/v2/projects/{project_id}/experiments/{experiment_id}/metric_settings

Path parameters

experiment_idstring uuid4 required
project_idstring uuid4 required

Response

Successful Response

Example response

{
  "scorers": [
    {
      "filters": [
        {
          "value": "ENUM_VALUE"
        }
      ]
    }
  ],
  "segment_filters": [
    {
      "filter": {
        "value": "ENUM_VALUE"
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.