Get flag status across environments

GET
/api/v2/flag-status/:projectKey/:featureFlagKey

Get the status for a particular feature flag across environments.

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key

Query parameters

envstringOptional

Optional environment filter

Response

Flag status across environments response

environmentsmap from strings to objects

Flag status for environment.

keystring

feature flag key

Errors

Built with