Skip to main content
GET
/
experiments
/
{id}
/
variant
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "name": "<string>",
  "collection": "<string>",
  "queryPipeline": "<string>",
  "params": [
    {
      "key": "<string>",
      "value": "<string>",
      "policy": "REPLACE"
    }
  ],
  "weight": 123
}

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

The experiment ID

Query Parameters

userId
string

Response

200 - application/json

successful operation

id
string
read-only
name
string
read-only
collection
string
read-only
queryPipeline
string
read-only
params
object[]
read-only
weight
number<double>
read-only