Search for events
GET<your-unleash-url>/api/admin/search/events
Allows searching for events that match the query parameter criteria.
Request
Responses
- 200
eventSearchResponseSchema
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/search/events' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear