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.
If the provided project 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
Query parameters
project
The name of the project whose events you want to retrieve
Response
eventsSchema
version
The api version of this response. A natural increasing number. Only increases if format changes
Allowed values:
events
The list of events
totalEvents
The total count of events