Events
Read events from this Unleash instance.
📄️ Get the most recent events from the Unleash instance or all events related to a project.
Returns **the last 100** events from the Unleash instance when called without a query parameter. When called with a `project` parameter, returns **all events** for the specified project.
📄️ Get all events related to a specific feature flag.
Returns all events related to the specified feature flag. If the feature flag does not exist, the list of events will be empty.
📄️ Search for events (deprecated)
Allows searching for events matching the search criteria in the request body
📄️ Get a list of all users that have created events
Returns a list of all users that have created events in the system.
📄️ Search for events
Allows searching for events that match the query parameter criteria.