Passer au contenu principal
GET
Get an experiment by ID.

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

The ID of the experiment to retrieve.

Réponse

Experiment successfully retrieved.

id
string
requis
Pattern: ^exp_[A-HJ-NP-Za-km-z1-9]+$
name
string
requis
feature_flag_id
string
requis
authentication_flow
string
requis
allocation_strategy
enum<string>
requis
Options disponibles:
percentage,
segment
assignment_config
object
requis
status
enum<string>
requis

Filter by status. Exact match.

Options disponibles:
draft,
active,
paused,
completed,
archived
is_valid
boolean
requis
allocations
object[]
requis
created_at
string<date-time>
requis
updated_at
string<date-time>
requis
description
string
started_at
string<date-time>
ended_at
string<date-time>