Skip to main content

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

GET 

<your-unleash-url>/api/admin/events

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

eventsSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/events' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— query
ResponseClear

Click the Send API Request button above and see the response here!