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:
lastRequesteddatetime
Timestamp of last time flag was requested
defaultany
Default value seen from code

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error