List events in audit logAsk AIget {scheme}://{server}/v0/audit-log/eventsList events in audit logQuery Paramscreated_at[gte]date-time | nullInclusive start datetime filter for time of event creation, in UTC using the ISO 8601 format (e.g., '2021-03-14T15:09:26Z'). Only events at or after this time will be returned.created_at[lt]date-time | nullExclusive end datetime filter for time of event creation, in UTC using the ISO 8601 format (e.g., '2021-03-14T15:09:26Z'). Only events before this time will be returned.limitint32 | null≤ 500The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be usedoffsetint32 | nullThe (zero-based) offset of the first rules to returntypestring | nullEvent typeuser_idsarray of stringsFilter by user IDsuser_idsADD stringResponse 200OKUpdated 5 months ago