Get all events related to a specific feature flag.

Deprecated
Returns all events related to the specified feature flag. If the feature flag does not exist, the list of events will be empty.

Authentication

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

Path parameters

featureNamestringRequired

Response

featureEventsSchema
eventslist of objects
The list of events
versionenum or null
An API versioning number
Allowed values:
toggleNamestring or null
The name of the feature flag these events relate to
totalEventsinteger or null>=0
How many events are there for this feature flag

Errors