Sign in

Get AB Test Data

documented

Get AB test statistics for a report.

GET /v1/reports/{report_id}/ab-test{?fields}Reportsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$VISION6_API_BASE}}/reports/{{$report_id}}/ab-test?fields={{fields}}" \
  -X GET \
  -H "Authorization: Bearer {{VISION6_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get AB Test Data · Vision6 · OpenIntegrations