Skip to main content
GET
C#

承認

Authorization
string
header
必須

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

クエリパラメータ

from
string

選択を開始する任意の Id。

take
integer

1 ページあたりに返される実験の数。デフォルトは 25、最大は 50 です。

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

status で絞り込みます。完全一致。 statusで絞り込みます。完全一致です。

利用可能なオプション:
draft,
active,
paused,
completed,
archived
authentication_flow
string

認証フローで絞り込みます。完全一致。

feature_flag_id
string

機能フラグ ID で絞り込みます。完全一致。

レスポンス

実験を正常に取得しました。

experiments
object[]
必須
next
string

次のページの checkpoint token。以降の結果がない場合は省略されます。