curl --request GET \
--url https://statsigapi.net/console/v1/experiments/{id}/pulse_results \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Successfully loaded Pulse Results",
"data": {
"primaryMetrics": [
{
"metricID": "Purchase::user_warehouse",
"value": -0.5656598720428505,
"confidence_interval_delta": 1.3331521511820725,
"percent_change": -0.9104559464139017,
"percent_confidence_interval_delta": 2.145770565507353,
"percent_sequential_testing_confidence_interval_delta": -1.6095466399726037,
"test_mean": 61.56363636363636,
"control_mean": 62.12929623567921,
"test_std": 0.7461734327711735,
"control_std": 0.7248273669644147,
"test_units": 1669,
"control_units": 1589,
"p_value": 0.7066986120589813
}
],
"secondaryMetrics": [
{
"metricID": "Support Success Rate::user_warehouse",
"value": 0.0032568848232868985,
"confidence_interval_delta": 0.009120368109978388,
"percent_change": 0.4569873400680713,
"percent_confidence_interval_delta": 1.2797175795779019,
"percent_sequential_testing_confidence_interval_delta": -140.31424654645156,
"test_mean": 0.7159428911362284,
"control_mean": 0.7126860063129415,
"test_std": 0.0038882253564431193,
"control_std": 0.003953024266669566,
"test_units": 4696,
"control_units": 4690,
"p_value": 0.5569502167465609
}
]
}
}curl --request GET \
--url https://statsigapi.net/console/v1/experiments/{id}/pulse_results \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Successfully loaded Pulse Results",
"data": {
"primaryMetrics": [
{
"metricID": "Purchase::user_warehouse",
"value": -0.5656598720428505,
"confidence_interval_delta": 1.3331521511820725,
"percent_change": -0.9104559464139017,
"percent_confidence_interval_delta": 2.145770565507353,
"percent_sequential_testing_confidence_interval_delta": -1.6095466399726037,
"test_mean": 61.56363636363636,
"control_mean": 62.12929623567921,
"test_std": 0.7461734327711735,
"control_std": 0.7248273669644147,
"test_units": 1669,
"control_units": 1589,
"p_value": 0.7066986120589813
}
],
"secondaryMetrics": [
{
"metricID": "Support Success Rate::user_warehouse",
"value": 0.0032568848232868985,
"confidence_interval_delta": 0.009120368109978388,
"percent_change": 0.4569873400680713,
"percent_confidence_interval_delta": 1.2797175795779019,
"percent_sequential_testing_confidence_interval_delta": -140.31424654645156,
"test_mean": 0.7159428911362284,
"control_mean": 0.7126860063129415,
"test_std": 0.0038882253564431193,
"control_std": 0.003953024266669566,
"test_units": 4696,
"control_units": 4690,
"p_value": 0.5569502167465609
}
]
}
}Optional header to respect review settings for mutation endpoints.
id
Control Group ID
Test Group ID
Whether to apply CUPED. Allowed values are "true" or "false".
Confidence interval (0-100)
Whether to apply Bonferroni Per Variant. Allowed values are "true" or "false".
Whether to apply Bonferroni Per Metric. Allowed values are "true" or "false".
α allocated to primary metrics
Whether to apply Benjamini-Hochberg Correction Per Metric. Allowed values are "true" or "false".
Whether to apply Benjamini-Hochberg Correction Per Variant. Allowed values are "true" or "false".
Date for pulse results. format must be YYYY-MM-DD
Get Pulse Results Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Show child attributes
Indicates the desired change direction for the metric. Use "increase" for positive changes and "decrease" for negative changes.
increase, decrease "increase"
Absolute confidence interval delta
Show child attributes
Indicates the desired change direction for the metric. Use "increase" for positive changes and "decrease" for negative changes.
increase, decrease "increase"
Absolute confidence interval delta
Show child attributes
Indicates the desired change direction for the metric. Use "increase" for positive changes and "decrease" for negative changes.
increase, decrease "increase"
Absolute confidence interval delta
Was this page helpful?