v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Zombie (stale) flags

List Zombie (stale) flags for Product

This endpoint returns the list of Zombie (stale) flags for a given Product and the result can be optionally filtered by various parameters.

get/v1/products/{productId}/staleflags

Path parameters

productIdstring uuid required

The identifier of the Product.

Query parameters

scope'all' | 'watchedByMe'

The scope of the report.

staleFlagAgeDaysinteger

The inactivity in days after a feature flag should be considered stale.

staleFlagStaleInEnvironmentsType'staleInAnyEnvironments' | 'staleInAllEnvironments'

Consider a feature flag as stale if the feature flag is stale in all/any of the environments.

ignoredEnvironmentIdsstring[]

Ignore environment identifiers from the report.

ignoredTagIdsinteger[]

Ignore feature flags from the report based on their tag identifiers.

Response

productIdstring uuid required

Identifier of the Product.

namestring required

Name of the Product.