Create experiment
Create an experiment.
To run this experiment, you’ll need to create an iteration and then update the experiment with the startIteration
instruction.
To learn more, read Creating experiments.
Path parameters
projectKey
The project key
environmentKey
The environment key
Headers
Authorization
Request
This endpoint expects an object.
name
The experiment name
key
The experiment key
iteration
Details on the construction of the initial iteration
description
The experiment description
maintainerId
The ID of the member who maintains this experiment
holdoutId
The ID of the holdout
Response
Experiment response
key
The experiment key
name
The experiment name
_maintainerId
The ID of the member who maintains this experiment.
_creationDate
Timestamp of when the experiment was created
environmentKey
_links
The location and content type of related resources
_id
The experiment ID
description
The experiment description
archivedDate
Timestamp of when the experiment was archived
holdoutId
The holdout ID
currentIteration
Details on the current iteration
draftIteration
Details on the current iteration. This iteration may be already started, or may still be a draft.
previousIterations
Details on the previous iterations for this experiment.