Get feature flag status

Get the status for a particular feature flag.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequiredformat: "string"
The project key
environmentKeystringRequiredformat: "string"
The environment key
featureFlagKeystringRequiredformat: "string"
The feature flag key

Response

Flag status response
nameenum
Status of the flag
Allowed values:
lastRequestedstring or nullformat: "date-time"
Timestamp of last time flag was requested
defaultany or null
Default value seen from code

Errors