---
title: "A/B test experiment transactions"
method: GET
path: "/analytics/experiment/{experiment_id}/transactions"
tags: ["Analytics"]
---

# A/B test experiment transactions

`GET /analytics/experiment/{experiment_id}/transactions`

Paginated per-transaction log for a routing A/B test experiment, including arm assignment and outcome.

## Path parameters

- `experiment_id` string, required

## Query parameters

- `start_ms` integer
- `page` integer
- `page_size` integer

## Headers

- `x-tenant-id` string, required

## Response `200`

A/B test experiment transactions

- ExperimentTransactionsResponse
  - `experiment_id` string
  - `total` integer
  - `transactions` ExperimentTransaction[]
    - `payment_id` string
    - `variant_arm` string
    - `gateway` string, nullable
    - `status` string, nullable
    - `created_at_ms` integer

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/versions/36e7a0972ee6/schema)
