---
title: "Read the hot-editable A/B-test config"
method: GET
path: "/abTestConfig"
tags: ["AbTestConfig"]
---

# Read the hot-editable A/B-test config

`GET /abTestConfig`

Returns the singleton A/B-test config holding operator-tunable platform knobs (e.g. the generic authoring rollout percentage). Restricted to global admins or clients with global diagnostics write scope.

## Response `200`

The current A/B-test config

- AbTestConfigView — Singleton set of hot-editable, operator-tunable A/B-test platform knobs.
  - `generic_authoring_rollout_percent` integer — Percentage (0-100) of new test-authoring sessions assigned to the generic authoring arm

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

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