Get all flags (SDK)

Returns the SDK configuration for all feature flags that are available to the provided API key. Used by SDKs to configure local evaluation

Authentication

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

Response

clientFeaturesSchema
versiondouble>=0
A version number for the format used in the response. Most Unleash instances now return version 2, which includes segments as a separate array
featureslist of objects
A list of feature flags with their configuration
segmentslist of objects or null

A list of Segments configured for this Unleash instance

queryobject or null
A summary of filters and parameters sent to the endpoint. Used by the server to build the features and segments response