List feature flags
Authentication
Path parameters
Query parameters
Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.
Deprecated, use filter=archived:true instead. A boolean to filter the list to archived flags. When this is absent, only unarchived flags will be returned
By default, flags do not include their lists of prerequisites, targets, or rules for each environment. Set summary=0 and include the env query parameter to include these fields for each flag returned.
A comma-separated list of filters. Each filter is of the form field:value. Read the endpoint description for a full list of available filter fields.
A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. Read the endpoint description for a full list of available sort fields.
Deprecated, unavailable in API version 20240415. A boolean to filter results by only flags that have differences between environments.
A comma-separated list of fields to expand in the response. Supported fields are explained above.
Response
The number of flags that have differences between environments. Only shown when query parameter compare is true.