Skip to main content
Required ACL: analytics

Examples

Parameters

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

Response

object[]
List of A/B test objects.
integer
Number of returned A/B tests.
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