---
title: "Get all A/B tests"
method: GET
path: "/abtest"
tags: ["A/B testing"]
---

# Get all A/B tests

`GET /abtest`

## Query parameters

- `searchTerm` string
- `type` string[]
- `status` string[]
- `limit` integer
- `offset` integer

## Response `200`

OK

- AbTestSummaryApiModels — Paginated collection of A/B test summaries
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` AbTestSummaryApiModel[] — The retrieved records.
    - `Id` integer — A/B test ID
    - `Name` string — A/B test name
    - `StartDate` string, date-time — A/B test start date
    - `EndDate` string, date-time — A/B test end date
    - `Type` 'PersonalMerchandising' | 'FilterTemplate' | 'SortingTemplate' — A/B test type
    - `Status` 'Upcoming' | 'Active' | 'Evaluate' | 'Completed' | 'Archived' — A/B test status (calculated based on dates and archived state)

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
