Skip to main content
GET
List A/B experiments

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

projectId
string
required

Project identifier.

endpointId
string
required

Endpoint identifier.

Query Parameters

limit
integer

Maximum number of A/B experiments to return. Max 500, defaults to 50.

after
string

Cursor from a previous A/B experiment list response.

Response

OK

Managed A/B traffic experiments under an endpoint.

data
object[]
required

A/B experiments under the endpoint.

object
any
required

Object type. Always list.

next_cursor
string

Cursor for the next page. Null if there are no more results.