Admin APIFeature flagsGet all tags for a feature.Copy pageGEThttps://app.unleash-instance.example.com/api/admin/features/:featureName/tagsRetrieves all the tags for a feature name. If the feature does not exist it returns an empty list.AuthenticationAuthorizationstringAPI key needed to access this APIORAuthorizationBearerAPI key needed to access this API, in Bearer token formatPath parametersfeatureNamestringRequiredResponsetagsSchemaversionintegerThe version of the schema used to model the tags.tagslist of objectsA list of tags.Show 3 propertiesErrors401Unauthorized Error403Forbidden Error404Not Found Error