Get results from an experiment for a particular metric.
LaunchDarkly supports one field for expanding the “Get experiment results” response. By default, this field is not included in the response.
To expand the response, append the expand
query parameter with the following field:
traffic
includes the total count of units for each treatment.For example, expand=traffic
includes the traffic
field for the project in the response.
The project key
The environment key
The experiment key
The metric key
The iteration ID
A comma-separated list of fields to expand in the response. Supported fields are explained above.
Experiment results response
The location and content type of related resources
The probability of a Sample Ratio Mismatch
A list of attribute values and their corresponding treatment results
Deprecated, use results
instead. Only populated when response does not contain results sliced by multiple attributes.