The Experiment Result Object
An object that represents the result of an experiment, including the charts that visualize variant performance.
Properties
Section titled “Properties”-
idrequired numberNumeric ID of the experiment result.
-
experiment_idrequired numberNumeric ID of the experiment the experiment result belongs to.
-
chartsrequired object[]Array of chart objects representing the experiment results.
Show child properties
-
kindrequired stringChart type discriminator. Allowed value:
bar. -
titlestring | nullOptional chart title.
-
xLabelstring | nullOptional label for the x-axis.
-
yLabelstring | nullOptional label for the y-axis.
-
labelsrequired string[]Category labels (one per bar group).
-
seriesrequired object[]Data series, one per dataset.
Show child properties
-
labelrequired stringSeries label.
-
datarequired number[]Numeric data points aligned with
labels.
-
-
-
pushed_atrequired stringTimestamp of the most recent push (ISO 8601).
-
created_atrequired stringCreation timestamp (ISO 8601).
-
updated_atrequired stringLast update timestamp (ISO 8601).
{"experiment_result": { "id": 123456789, "experiment_id": 987654321, "charts": [ { "kind": "bar", "title": "Conversion Rate by Variant", "xLabel": "Variant", "yLabel": "Rate", "labels": ["Control", "Variant A"], "series": [ { "label": "Conversion rate", "data": [0.12, 0.15] } ] } ], "pushed_at": "2026-03-15T10:30:00.000Z", "created_at": "2026-03-15T10:30:00.000Z", "updated_at": "2026-03-15T10:30:00.000Z"}}Was this page helpful?
This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.
Get in touch with the Storyblok community