GET
/
experiments
/
{id}
/
variant
{
  "id": "<string>",
  "name": "<string>",
  "collection": "<string>",
  "queryPipeline": "<string>",
  "params": [
    {
      "key": "<string>",
      "value": "<string>",
      "policy": "REPLACE"
    }
  ],
  "weight": 123
}

Path Parameters

id
string
required

The experiment ID

Query Parameters

userId
string

Response

200 - application/json

successful operation

The response is of type object.