---
title: "Get an AB test"
method: GET
path: "/applications/{application}/abtests/{abTest}"
tags: ["abtests"]
---

# Get an AB test

`GET /applications/{application}/abtests/{abTest}`

Return an AB test, identified by the AB test ID

## Response `200`

The AB test

- ABTestType — AB test object. The size sum of control group and the testGroups should be exactly 100
  - `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
- `404` — The workflow does not exist
- `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)
