Skip to main content
GET
List a project's A/B variants

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project
string
required

The ClaudIA project to act on, by name. Get the names from listMyClaudiaProjects, which lists every project these credentials reach — a project they do not reach answers 404, indistinguishable from one that does not exist. Never guess a project name.

Response

The variants this project declares.

The A/B variants a project declares.

abKeys
string[]
required

Keys accepted as abKey by runPlayground. Empty when the project declares no variants, which is the normal case.