Input parameters(9)
Filter[Source Type]
stringFilter audit logs by the source type. For example, user or rule
Filter[Source Id]
integerFilter audit logs by the source id. Requires `filter[source_type]` to also be set
Filter[Actor Id]
integerFilter audit logs by the actor id
Filter[Ip Address]
stringFilter audit logs by the ip address
Filter[Created At]
stringFilter audit logs by the time of creation. When used, you must specify `filter[created_at]` twice in your request, first with the start time and again with an end time
Filter[Action]
stringFilter audit logs by the action
Sort By
stringOffset pagination only. Sort audit logs. Default is `sort_by=created_at`
Sort Order
stringOffset pagination only. Sort audit logs. Default is `sort_order=desc`
Sort
stringCursor pagination only. Sort audit logs. Default is `sort=-created_at`