Get provider events
Returns an array with one or more provider events applying the specified filters. This API is only available if you configure an "eventsearcher" plugin
Query parameters
the event timestamp, unix timestamp in nanoseconds, must be greater than or equal to the specified one. 0 or missing means omit this filter
the event timestamp, unix timestamp in nanoseconds, must be less than or equal to the specified one. 0 or missing means omit this filter
the event action must be included among those specified. Empty or missing means omit this filter. Actions must be specified comma separated
the event username must be the same as the one specified. Empty or missing means omit this filter
the event IP must be the same as the one specified. Empty or missing means omit this filter
the event object name must be the same as the one specified. Empty or missing means omit this filter
the event object type must be included among those specified. Empty or missing means omit this filter. Values must be specified comma separated
the event instance id must be included among those specified. Empty or missing means omit this filter. Values must be specified comma separated
the event id to start from. This is useful for cursor based pagination. Empty or missing means omit this filter.
Admin role. Empty or missing means omit this filter. Ignored if the admin has a role
If enabled, events are exported as a CSV file
If enabled, returned events will not contain the object_data field
The maximum number of items to return. Max value is 1000, default is 100
Ordering events by timestamp. Default DESC
Response
successful operation