get https://api.optimizely.com/v2/experiments//results
Get results for a single Experiment
Recipes
🔍
9. Analyze results
Open Recipe
Important
Get Experiment results
is a Full Stack (legacy) endpoint, but you can use it to fetch Feature Experimentation A/B test results.
To get an A/B test's results:
- Get all A/B test rules in the project. See
List Rules
. - For the rule of interest, copy the
layer_experiment_id
. - Pass that ID as the
experiment_id
to theGet Experiment results
endpoint.