Skip to main content

Get all events related to a specific feature flag.

GET 

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

Returns all events related to the specified feature flag. If the feature flag does not exist, the list of events will be empty.

Request

Responses

featureEventsSchema

Authorization: Authorization

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

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