Get feature flag status

GET
/api/v2/flag-statuses/:projectKey/:environmentKey/:featureFlagKey

Get the status for a particular feature flag.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

featureFlagKeystringRequired

The feature flag key

Response

Flag status response

nameenum
Allowed values: newinactiveactivelaunched

Status of the flag

lastRequesteddatetimeOptional

Timestamp of last time flag was requested

defaultanyOptional

Errors

Built with