Get the status for a particular feature flag.

Parameters

ParameterDescription
Environment KeyThe environment key.
Feature Flag KeyThe feature flag key.
Project KeyThe project key.

Example Output

{
	"_links": {
		"parent": {
			"href": "/api/v2/flags/my-project/my-flag",
			"type": "application/json"
		},
		"self": {
			"href": "/api/v2/flag-statuses/my-project/my-flag",
			"type": "application/json"
		}
	},
	"default": "Default value seen from code",
	"lastRequested": "2020-02-05T18:17:01.514Z",
	"name": "inactive"
}

Workflow Library Example

Get Feature Flag Status with Launchdarkly and Send Results Via Email

Preview this Workflow on desktop