cURL
curl --request GET \ --url https://statsigapi.net/console/v1/holdouts/{id}/pulse_results \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "<string>", "data": { "ds": "<string>", "monitoringMetrics": [ { "metricID": "<string>", "metricName": "<string>", "directionality": "increase", "absoluteChange": 123, "confidenceIntervalDelta": 123, "percentChange": 123, "sequentialTestingConfidenceIntervalDelta": 123, "percentConfidenceIntervalDelta": 123, "percentSequentialTestingConfidenceIntervalDelta": 123, "testMean": 123, "controlMean": 123, "testStd": 123, "controlStd": 123, "testUnits": 123, "controlUnits": 123, "pValue": 123, "reversePower": 123, "absoluteToplineImpact": 123, "absoluteToplineImpactDelta": 123, "relativeToplineImpact": 123, "relativeToplineImpactDelta": 123, "projectedAbsoluteToplineImpact": 123, "projectedAbsoluteToplineImpactDelta": 123, "projectedRelativeToplineImpact": 123, "projectedRelativeToplineImpactDelta": 123 } ] } }
Optional header to respect review settings for mutation endpoints.
id
Whether to apply CUPED. Allowed values are "true" or "false".
Confidence interval (0-100)
Get Pulse Results Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?