Get Feature Flag Status
Get the status for a particular feature flag.
Parameters
Parameter | Description |
---|---|
Environment Key | The environment key. |
Feature Flag Key | The feature flag key. |
Project Key | The 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