Start Experiment
Reference for the PUT /console/v1/experiments/{id}/start endpoint of the Statsig API.
put
https://statsigapi.net/console/v1/experiments/{id}/startAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Path parameters
idstringrequiredid
Body
application/jsonanalysisStartTimestringFor Warehouse Native analysis-only experiments; start time of experiment analysis.
Example:
2024-10-01analysisEndTimestringFor Warehouse Native analysis-only experiments; end time of experiment analysis.
Example:
2024-10-30turboModebooleanFor Warehouse Native analysis-only experiments; whether to run the initial analysis in turbo mode
Example:
falseResponse
application/json200· Start Experiment Success
Other properties1
messagestring400· Experiment has not yet started
statusintegerrequiredAllowed values:
400messagestringrequired401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequiredAllowed values:
401messagestringrequired404· Experiment not found.
statusintegerrequiredAllowed values:
404messagestringrequiredWas this helpful?