GET
/
console
/
v1
/
experiments
/
{id}
/
pulse_results
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
      }
    ]
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Query Parameters

control
string
required

Control Group ID

test
string
required

Test Group ID

cuped
string

Whether to apply CUPED. Allowed values are "true" or "false".

confidence
string

Confidence interval (0-100)

applyBonferroniPerVariant
string

Whether to apply Bonferroni Per Variant. Allowed values are "true" or "false".

applyBonferroniPerMetric
string

Whether to apply Bonferroni Per Metric. Allowed values are "true" or "false".

bonferroniPrimaryMetricWeight
string

α allocated to primary metrics

applyBenjaminiHochbergPerMetric
string

Whether to apply Benjamini-Hochberg Correction Per Metric. Allowed values are "true" or "false".

applyBenjaminiHochbergPerVariant
string

Whether to apply Benjamini-Hochberg Correction Per Variant. Allowed values are "true" or "false".

date
string

Date for pulse results. format must be YYYY-MM-DD

Response

200 - application/json
Get Pulse Results Success
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.