List flag events
Get a list of flag events
Expanding the flag event collection response
LaunchDarkly supports expanding the flag event collection response to include additional fields.
To expand the response, append the expand
query parameter and include the following:
experiments
includes details on all of the experiments run on each flag
For example, use ?expand=experiments
to include the experiments
field in the response. By default, this field is not included in the response.
Headers
Query parameters
Filter events by impact size. A small impact created a less than 20% change in the proportion of end users receiving one or more flag variations. A medium impact created between a 20%-80% change. A large impact created a more than 80% change. Options: none
, small
, medium
, large
Filter events to those associated with an experiment (true
) or without an experiment (false
)
Filter to include or exclude global events. Default value is include
. Options: include
, exclude
Expand properties in response. Options: experiments