PUT
/
console
/
v1
/
experiments
/
{id}
/
start
curl --request PUT \
  --url https://statsigapi.net/console/v1/experiments/{id}/start \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '{
  "analysisStartTime": "2024-10-01",
  "analysisEndTime": "2024-10-30"
}'
{
  "message": "Experiment successfully started."
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Body

application/json
analysisStartTime
string

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

Example:

"2024-10-01"

analysisEndTime
string

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

Example:

"2024-10-30"

Response

200
application/json
Start Experiment Success
message
string