v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Experiments
Experiments

Start Experiment

put/console/v1/experiments/{id}/start

Path parameters

idstring required

id

Request body

analysisStartTimestring

For Warehouse Native analysis-only experiments; start time of experiment analysis.

analysisEndTimestring

For Warehouse Native analysis-only experiments; end time of experiment analysis.

turboModeboolean

For Warehouse Native analysis-only experiments; whether to run the initial analysis in turbo mode

Example request

{
  "analysisStartTime": "2024-10-01",
  "analysisEndTime": "2024-10-30"
}

Response

Start Experiment Success

messagestring

Example response

{
  "message": "Experiment successfully started."
}