Get the most recent events from the Unleash instance or all events related to a project.

Deprecated

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

projectstringOptional
The name of the project whose events you want to retrieve

Response

eventsSchema
versionenum
The api version of this response. A natural increasing number. Only increases if format changes
Allowed values:
eventslist of objects
The list of events
totalEventsinteger or null>=0
The total count of events

Errors