Get feature flag status

Get the status for a particular feature flag.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
The project key
environmentKeystringRequired
The environment key
featureFlagKeystringRequired
The feature flag key

Response

Flag status response
nameenum
Status of the flag
Allowed values:
lastRequesteddatetime or null
Timestamp of last time flag was requested
defaultany or null

Errors