Evaluate an Unleash context against a change request preview.
Enterprise feature
Use the provided context to evaluate toggles on this Unleash instance with a change request applied in preview mode. You can use comma-separated values to provide multiple values to each context field. Returns a combinatorial list of all toggles that match the parameters and what they evaluate to.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
id
Request
changeRequestPlaygroundRequestSchema
context
The Unleash context as modeled in client SDKs
Response
advancedPlaygroundResponseSchema
input
The given input used to evaluate the features.
features
The list of features that have been evaluated.
warnings
Warnings that occurred during evaluation.