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

idstringRequired

Request

changeRequestPlaygroundRequestSchema
contextobjectRequired
The Unleash context as modeled in client SDKs

Response

advancedPlaygroundResponseSchema
inputobject
The given input used to evaluate the features.
featureslist of objects
The list of features that have been evaluated.
warningsobject or null
Warnings that occurred during evaluation.

Errors