Get all events related to a specific feature flag.

Deprecated
View as Markdown
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
An API versioning number
Allowed values:
toggleNamestring
The name of the feature flag these events relate to
totalEventsinteger>=0
How many events are there for this feature flag

Errors

401
Unauthorized Error