v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465766489.0 KB

Retrieves detailed information about an A/B test, including its configuration, status, and statistical results.

get/ab-tests/{abTestId}

Path parameters

abTestIdstring required

The unique identifier of the A/B test to retrieve.

Response

Success

abTestIdstring required

The unique identifier of the A/B test.

abTestArnstring required

The Amazon Resource Name (ARN) of the A/B test.

namestring required

The name of the A/B test.

descriptionstring

The description of the A/B test.

status'CREATING' | 'ACTIVE' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATE_FAILED' | 'DELETING' | 'DELETE_FAILED' | 'FAILED' required

The current status of the A/B test.

executionStatus'PAUSED' | 'RUNNING' | 'STOPPED' | 'NOT_STARTED' required

The execution status indicating whether the A/B test is currently running.

gatewayArnstring required

The Amazon Resource Name (ARN) of the gateway used for traffic splitting.

roleArnstring

The IAM role ARN used by the A/B test.

currentRunIdstring

The identifier of the current run of the A/B test.

errorDetailsErrorDetailsListMemberString[]

The error details if the A/B test encountered failures.

startedAtstring date-time

The timestamp when the A/B test was started.

stoppedAtstring date-time

The timestamp when the A/B test was stopped.

maxDurationExpiresAtstring date-time

The timestamp when the A/B test will automatically expire.

createdAtstring date-time required

The timestamp when the A/B test was created.

updatedAtstring date-time required

The timestamp when the A/B test was last updated.