Get the most recent events from the Unleash instance or all events related to a project.
GET/api/admin/events
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
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.
Request
Responses
- 200
- 401
eventsSchema
Authorization information is missing or invalid. Provide a valid API token as the authorization
header, e.g. authorization:*.*.my-admin-token
.