Skip to main content
GET
List experiments for the tenant.

Authorizations

Authorization
string
header
required

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

Query Parameters

from
string

Optional Id from which to start selection.

take
integer

Number of experiments to return per page. Defaults to 25, maximum 50.

Required range: 1 <= x <= 50
status
enum<string>

Filter by status. Exact match.

Available options:
draft,
active,
paused,
completed,
archived
authentication_flow
string

Filter by authentication flow. Exact match.

feature_flag_id
string

Filter by feature flag ID. Exact match.

Response

Experiments successfully retrieved.

experiments
object[]
required
next
string

Checkpoint token for the next page. Omitted when there are no further results.