Skip to content

feat: API to list all feature flag IDs by tag #2213

@nnnkkk7

Description

@nnnkkk7

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions