List Events

This API returns a list of events based on pageToken or filters.

You can query using the pageToken or filters; you cannot provide both simultaneously.

When using the pageToken parameter, the initial request should not include any pageToken value. The response will contain a list of events and a nextPageToken. For subsequent API calls, include the pageToken parameter with the value of nextPageToken received from the previous API response. This ensures that you retrieve the next page of events.

For example

/events?pageToken=qwwzsx1qwer0efjdvfhuvuvvuvu

/events?pageSize=150&productID=12289&syslogSeverity=5

Language
Authorization
Header
Click Try It! to start a request and see the response here!