v1

latestOpenAPI 3.0.32026-07-22177397578.0 KB
FeatureFlag

Share feature flag results

Create shared request for viewing feature flag's result page without authorization. Learn how to share your results in this tutorial.

post/feature-flags/{experimentId}/results/share

Path parameters

experimentIdinteger required

Request body

allVariationsDataboolean

Set to true to include data from all variations at once.

bayesianboolean

Enables the current Bayesian result probability for the experiment in the report.

callbackUrlstring

Callback URL that you want to send the data response to.

enabledMultipleTestingboolean

Enables multiple testing correction for the experiment in the report.

goalIdsCupedinteger[]

Specifies which CUPED goals to include in the report. Use an empty list [] to exclude all CUPED goals. Use null to include all CUPED goals. Use a list of CUPED goal IDs [123, 456] to include only those goals.

goalsIdsinteger[]

Specifies which goals to include in the report. Use an empty list [] to exclude all goals. Use null to include all goals. Use a list of goal IDs [123, 456] to include only those goals.

interval'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR'

Time interval for which data is segmented in the report. Deprecated. Use breakdown with IntervalBreakdown type instead.

referenceVariationIdstring

Unique ID of the variation that you want to use as the reference variation.

sequentialTestingboolean

Enables the sequential testing result for the experiment in the report.

visitorDataboolean

Set to true to only include data from unique visitors. By default, the report includes all visitor data.

Response

OK