---
title: "Get the AB tests of an application"
method: GET
path: "/applications/{application}/abtests"
tags: ["abtests"]
---

# Get the AB tests of an application

`GET /applications/{application}/abtests`

List the AB tests of an application

## Query parameters

- `name` string
- `page` number
- `perPage` number
- `orderby` string[]

## Response `200`

The set of AB tests that match the filter criteria

- object
  - `paging` PagingType
    - `total` number — total results
    - `page` number — The number of the current page
    - `perPage` number — Number of results per page
    - `previous` string — Link to previous page (if exists)
    - `next` string — Link to next page (if exists)
    - `first` string — Link to first page
    - `last` string — Link to last page
  - `items` ABTestType[] — Array of the returned applications
    - `id` string, required — System wide unique identifier of the entity
    - `name` string, required — The unique name of the entity
    - `description` string — The user description for this AB test
    - `applicationId` string — System wide unique identifier of the entity
    - `seed` string — A seed for the AB test. AB tests with the same seeds and test sizes will result in groups with the exact same users.
    - `controlGroupSize` number, required — Percentage of the population that should belong to the control group
    - `testGroups` TestGroupType[], required — An array of the test groups for this AB test
      - `name` string — The name of the test group
      - `size` number — The size of the testgroup as a percentage (e.g. 20 is 20% of the population)

## Other responses

- `400` — Malformed request
- `default` — Unexpected error

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/versions/20a4f732a0b7/schema)
