Get a list of flag events
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 flagFor example, use ?expand=experiments
to include the experiments
field in the response. By default, this field is not included in the response.
The project key
The environment key
Comma separated list of application keys
Filter events by flag key
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
The number of deployments to return. Default is 20. Maximum allowed is 100.
Unix timestamp in milliseconds. Default value is 7 days ago.
Unix timestamp in milliseconds. Default value is now.
Identifier used for pagination
Identifier used for pagination
Flag event collection response
The total number of flag events
A list of flag events
The location and content type of related resources