Evaluate an Unleash context against a set of environments and projects.

Deprecated. Will be removed in the next Unleash major update. Use the provided context, environment, and projects to evaluate toggles on this Unleash instance. Returns a 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

playgroundRequestSchema
environmentstringRequired
The environment to evaluate feature flags in.
contextobjectRequired
The Unleash context as modeled in client SDKs
projectslist of strings or enumOptional
A list of projects to check for feature flags in.

Response

playgroundResponseSchema
inputobject
The given input used to evaluate the features.
featureslist of objects
The list of features that have been evaluated.

Errors