Skip to content

List Overrides

GET
/v1/billing/flags/overrides

List all active feature flag overrides for this tenant. Admin only.

Successful Response

Response List Overrides V1 Billing Flags Overrides Get
Array<object>
TenantFeatureOverrideRead

Full representation of a TenantFeatureOverride record.

object
id
required
Id
string format: uuid
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
tenant_id
required
Tenant Id
string format: uuid
plan_preset_id
required
Plan Preset Id
string format: uuid
flag_key
required
Flag Key
string
flag_value
required
Flag Value
reason
Any of:
string
expires_at
Any of:
string format: date-time
created_by
Any of:
string format: uuid

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object