Describe the feature you'd like
Problem Statement
Currently, the SDK accepts a tag parameter during initialization to filter feature flags, but there is no API to retrieve the list of feature flag IDs associated with that tag. Users can only evaluate flags if they already know the specific feature_id.
Desired Behavior
Provide an API method to retrieve all feature flag IDs that match the specified tag:
// Example for Go SDK
featureIds := client.GetFeatureIds() // Returns []string of all feature IDs for the configured tag
Background
No response
Alternative solutions
No response
Describe the feature you'd like
Problem Statement
Currently, the SDK accepts a
tagparameter during initialization to filter feature flags, but there is no API to retrieve the list of feature flag IDs associated with that tag. Users can only evaluate flags if they already know the specificfeature_id.Desired Behavior
Provide an API method to retrieve all feature flag IDs that match the specified tag:
Background
No response
Alternative solutions
No response