Search and filter features
Search and filter by selected fields.
Query parameters
The search query for the feature name or tag
Id of the project where search and filter is performed. The project id can be specified with an operator. The supported operators are IS, IS_NOT, IS_ANY_OF, IS_NONE_OF.
The state of the feature active/stale. The state can be specified with an operator. The supported operators are IS, IS_NOT, IS_ANY_OF, IS_NONE_OF.
The lifecycle stage of the feature. The stage can be specified with an operator. The supported operators are IS, IS_NOT, IS_ANY_OF, IS_NONE_OF.
The feature flag type to filter by. The type can be specified with an operator. The supported operators are IS, IS_NOT, IS_ANY_OF, IS_NONE_OF.
The feature flag creator to filter by. The creators can be specified with an operator. The supported operators are IS, IS_NOT, IS_ANY_OF, IS_NONE_OF.
The list of feature tags to filter by. Feature tag has to specify a type and a value joined with a colon.
The list of segments with operators to filter by. The segment valid operators are INCLUDE, DO_NOT_INCLUDE, INCLUDE_ALL_OF, INCLUDE_ANY_OF, EXCLUDE_IF_ANY_OF, EXCLUDE_ALL.
The list of feature environment status to filter by. Feature environment has to specify a name and a status joined with a colon.
[ "production:enabled" ]
The number of features to skip when returning a page. By default it is set to 0.
The number of feature environments to return in a page. By default it is set to 50.
The field to sort the results by. By default it is set to "createdAt".
The sort order for the sortBy. By default it is det to "asc".
The flag to indicate if the favorite features should be returned first. By default it is set to false.
Deprecated: use the lifecycle parameter instead (lifecycle=IS:archived is equivalent to archived=IS:true). Whether to get results for archived feature flags or active feature flags. If IS:true, Unleash will return only archived flags, taking precedence over any lifecycle filter. If IS:false, it will return only active flags.
Filter by whether the feature is favorited by the current user. Use IS:true to show only favorites.
The date the feature was created. The date can be specified with an operator. The supported operators are IS_BEFORE, IS_ON_OR_AFTER.
The date the feature was last seen from metrics. The date can be specified with an operator. The supported operators are IS_BEFORE, IS_ON_OR_AFTER.
Response
searchFeaturesSchema