List all feature flags
GET
/api/v4/features
Lists all feature flags for the instance.
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”OK
Media type application/json
object
name
string
state
string
gates
object
key
string
value
integer
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
Example
{ "name": "experimental_feature", "state": "off", "gates": { "key": "percentage_of_actors", "value": 34 }}Unauthorized
Forbidden