メインコンテンツへスキップ
GET
List experiments for the tenant.

承認

Authorization
string
header
必須

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

クエリパラメータ

from
string

Optional Id from which to start selection.

take
integer

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

必須範囲: 1 <= x <= 50
status
enum<string>

Filter by status. Exact match.

利用可能なオプション:
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.

レスポンス

Experiments successfully retrieved.

experiments
object[]
必須
next
string

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