Lists a project's feature flags (paginated). Pass environment=<id> to also get each feature's live state for that environment in environment_feature_state, along with override counts. Works for both v1 and v2 versioned environments.
Path parameters
Changing the project selected will remove previous Feature States for the previously associated projects Environments that are related to this Feature. New default Feature States will be created for the new selected projects Environments for this Feature. Also this will remove any Tags associated with a feature as Tags are Project defined
Query parameters
Integer ID of the environment to view features in the context of.
Comma separated list of group owner ids to filter on
ID of the identity to sort features with identity overrides first.
Boolean value to filter features as enabled or disabled.
Lifecycle stage to filter on. Requires environment.
- new - new
- live - live
- stale - stale
- permanent - permanent
- needs_monitoring - needs_monitoring
- to_remove - to_remove
Comma separated list of owner ids to filter on
A page number within the paginated result set.
Number of results to return per page.
Integer ID of the segment to retrieve segment overrides for.
- ASC - ASC
- DESC - DESC
- created_date - created_date
- name - name
- UNION - UNION
- INTERSECTION - INTERSECTION
Comma separated list of tag ids to filter on (AND with INTERSECTION, and OR with UNION via tag_strategy)
Feature type to filter on (STANDARD or MULTIVARIATE).
- STANDARD - STANDARD
- MULTIVARIATE - MULTIVARIATE
Value of type int, string, or boolean to filter features based on their values
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}