List experiments for the tenant.
List experiments for the tenant.
Retrieve a paginated list of experiments for the tenant, with optional filters.
GET
List experiments for the tenant.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional Id from which to start selection.
Number of experiments to return per page. Defaults to 25, maximum 50.
Required range:
1 <= x <= 50Filter by status. Exact match.
Available options:
draft, active, paused, completed, archived Filter by authentication flow. Exact match.
Filter by feature flag ID. Exact match.
Subscribe to events via Server-Sent Events (SSE)
Previous
Create an experiment for the Experiment Center.
Next