get_ab_test_analytics

Function get_ab_test_analytics 

Source
pub async fn get_ab_test_analytics(
    __arg0: State<ABTestingState>,
    __arg1: Query<EndpointQuery>,
) -> Result<Json<ABTestReport>, StatusCode>
Expand description

Get analytics for an A/B test

GET /api/v1/ab-tests/analytics?method={method}&path={path}