OptionalbodyOptionalpathOptionalqueryOptionalafter?: stringOptionalbefore?: stringPaginates by the ID of the audit-log which marks the beginning of the pagination range. Requires "after".
Optionalcount?: stringLimits the number audit-log documents to be returned. Default 100, maximum 1000.
Optionalfilter[end]?: stringFilter by the date range end.
Optionalfilter[include]?: stringAdds additional OR query logic to include results for additional objectTypes. For available objectTypes to use in this query param, see the enum in the filter[objectType] field.
Optionalfilter[objectId]?: stringFilters by the id of database object the event relates to. Requires filter[objectType].
Optionalfilter[objectType]?: Filters by the type of database object the event relates to.
Optionalfilter[start]?: stringFilter by the date range start.
Optionalfilter[userId]?: stringFilters by the ID of the user the event relates to.
Paginates by the ID of the audit-log which marks the end of the pagination range. Requires "before".