List all experiments
GET
/api/v4/experiments
Lists all experiments on the GitLab instance. Each experiment has an enabled status that indicates whether the experiment is enabled globally, or only in specific contexts.
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”OK
Media type application/json
object
key
string
definition
object
name
string
feature_issue_url
string
introduced_by_url
string
rollout_issue_url
string
milestone
string
log_state_changes
boolean
type
string
group
string
default_enabled
boolean
intended_to_rollout_by
string
current_status
object
state
string
gates
object
key
string
value
integer
Example
{ "key": "code_quality_walkthrough", "current_status": { "state": "on", "gates": { "key": "percentage_of_actors", "value": 34 } }}Bad request
Unauthorized
Forbidden