Get experiment results (Deprecated)
DeprecatedGet 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.
Path parameters
projectKey
The project key
environmentKey
The environment key
experimentKey
The experiment key
metricKey
The metric key
Headers
Authorization
Query parameters
iterationId
The iteration ID
expand
A comma-separated list of fields to expand in the response. Supported fields are explained above.
Response
Experiment results response
_links
The location and content type of related resources
metricSeen
probabilityOfMismatch
The probability of a Sample Ratio Mismatch
results
A list of attribute values and their corresponding treatment results
treatmentResultsDeprecated
Deprecated, use results
instead. Only populated when response does not contain results sliced by multiple attributes.