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
environments
The environments to evaluate toggles in.
context
The Unleash context as modeled in client SDKs
projects
A list of projects to check for toggles in.
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.