list-staleflags
List stale feature flags in a product, filtered by inactivity days, environments, and tags.
Instructions
This endpoint returns the list of Zombie (stale) flags for a given Product and the result can be optionally filtered by various parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The identifier of the Product. | |
| scope | No | The scope of the report. | |
| staleFlagAgeDays | No | The inactivity in days after a feature flag should be considered stale. | |
| staleFlagStaleInEnvironmentsType | No | Consider a feature flag as stale if the feature flag is stale in all/any of the environments. | |
| ignoredEnvironmentIds | No | Ignore environment identifiers from the report. | |
| ignoredTagIds | No | Ignore feature flags from the report based on their tag identifiers. |