GET
/
experiments
/
{id}
/
history
[
  {
    "experiment": {
      "id": "<string>",
      "description": "<string>",
      "uniqueIdParameter": "<string>",
      "baseSignalsCollection": "<string>",
      "variants": [
        {
          "id": "<string>",
          "name": "<string>",
          "collection": "<string>",
          "queryPipeline": "<string>",
          "params": [
            {
              "key": "<string>",
              "value": "<string>",
              "policy": "REPLACE"
            }
          ],
          "weight": 123
        }
      ],
      "automaticallyAdjustTraffic": false,
      "enabled": false,
      "startTimestamp": "2023-11-07T05:31:56Z",
      "runId": "<string>",
      "metrics": [
        {
          "name": "<string>",
          "description": "<string>",
          "jobId": "<string>",
          "binary": false,
          "primary": false
        }
      ]
    },
    "experimentStartDate": "2023-11-07T05:31:56Z",
    "experimentEndDate": "2023-11-07T05:31:56Z"
  }
]

Path Parameters

id
string
required

The experiment ID

Response

200 - application/json

successful operation

The response is of type object[].