Get Resolved Flags
GET /v1/billing/flags/resolved
GET
/v1/billing/flags/resolved
Return the fully-merged feature flag set for this tenant (plan + overrides). The response is designed to be cached client-side or in Redis.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” plan_name
Plan Name
Tenant’s current billing plan
string
Tenant’s current billing plan
Responses
Section titled “ Responses ”Successful Response
ResolvedFeatureFlags
The fully-resolved feature flag set for a tenant, merging the plan preset with any active overrides. This is what gets cached in Redis under flags:{tenant_id}.
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context