Batch evaluate an Unleash context against a set of environments and projects.

Use the provided context, environments, and projects to evaluate toggles on this Unleash instance. 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. The response also contains the input parameters that were provided.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

advancedPlaygroundRequestSchema
environmentslist of stringsRequired
The environments to evaluate toggles in.
contextobjectRequired
The Unleash context as modeled in client SDKs
projectslist of strings or enumOptional
A list of projects to check for toggles in.

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