v1
latestSwagger 2.02026-08-04232286653.5 KBFeature Flags
Get feature flags for the currently logged in user.
A successful response from this resource will contain a map of all feature flags and the value assigned to each of them for the user.
get/featureflags
Query parameters
project_idstring
project_id optionally scopes flag evaluation to the given project. The caller must be a member of the project. When set, flags are evaluated with the project in the targeting context in addition to the user and org.
Response
Feature flags retrieved successfully
Example response
{
"feature_flags": {
"curated-images": true,
"infiniband": false
}
}