Skip to main content
Required ACL: analytics

Examples

Parameters

indexPrefix
string
Prefix of index names. Returns A/B test variants whose index names start with this prefix.
indexSuffix
string
Suffix of index names. Returns A/B test variants whose index names end with this suffix.
limit
integer
default:10
Number of A/B tests to retrieve.
offset
integer
default:0
Position of the first A/B test to retrieve.

Response

abtests
object[]
List of A/B test objects.
count
integer
Number of returned A/B tests.
total
integer
Total number of A/B tests that can be fetched.

Response as JSON

This section shows the JSON response returned by the API. Each API client wraps this response in language-specific objects, so the structure may vary. To view the response, use the getLogs method. Don’t rely on the order of properties—JSON objects don’t preserve key order.
JSON
Last modified on March 23, 2026