跳转到主要内容
GET
report/ab-test

授权

Authorization
string
header
默认值:YOUR_CLOUDX_API_KEY
必填

Create or manage API keys in CloudX Settings.

查询参数

ab_test_id
string
必填

A/B test ID to report.

start_time
integer<int64>
必填

Start of the time range as a Unix timestamp in seconds. The requested range must not exceed 31 days.

end_time
integer<int64>
必填

End of the time range as a Unix timestamp in seconds. The requested range must not exceed 31 days.

响应

A/B test metrics split by variant.

control
object
必填
test
object
必填
status
string | null

Latest snapshot status (in_progress, directional, achieved, invalidated).

lift
number<double> | null
ci_low
number<double> | null
ci_high
number<double> | null
p_value
number<double> | null
n_control
integer<int64> | null
n_test
integer<int64> | null
required_n
integer<int64> | null
chi_squared_p
number<double> | null