Actions
Get Feature Flag Status
Get the status for a particular feature flag.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Environment Key | The environment key. |
| Feature Flag Key | The feature flag key. |
| Project Key | The project key. |
{
"_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"
}
Was this page helpful?