Jun 23, 2025
List all A/B tests
Lists all A/B tests you configured for this application.
Usage
Required ACL:
analytics
Copy
1
2
3
4
5
import AbtestingV3
let client = try AbtestingV3Client(appID: "ALGOLIA_APPLICATION_ID", apiKey: "ALGOLIA_API_KEY", region: .us)
let response = try await client.listABTests()
Did you find this page helpful?