x-cpod-domain: flags
Feature Flags
Feature-flag evaluation service — evaluate named flags against optional evaluation context.
Try in explorer
client.flagsFlag
A named feature flag evaluated against an optional context.
REST path
/api/v1/flagsOperations
evaluateSDK
// list — returns only your records; add filters/search:
await client.flags.list()| Field | Type | Description |
|---|---|---|
| key* | string | Flag key identifier. |
| value* | boolean | Evaluated flag value. |
| context | json | Evaluation context (user, tenant, attributes). |
| reason | string | Reason for the evaluated value (rule matched, default, etc.). |
| variant | string | Named variant returned for multivariate flags. |