List Audit Logs
Allowed For
- Admins on accounts that have audit log access
Pagination
- Cursor pagination (recommended)
- Offset pagination
See Pagination.
Returns a maximum of 100 records per page.
Query parameters
A pagination cursor that tells the endpoint which page to start on. It should be a meta.before_cursor value from a previous request. Note: page[before] and page[after] can't be used together in the same request.
A pagination cursor that tells the endpoint which page to start on. It should be a meta.after_cursor value from a previous request. Note: page[before] and page[after] can't be used together in the same request.
Specifies how many records should be returned in the response. You can specify up to 100 records per page.
Filter audit logs by the source type. For example, user or rule
Filter audit logs by the source id. Requires filter[source_type] to also be set
Filter audit logs by the actor id
Filter audit logs by the ip address
Filter 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 audit logs by the action
Cursor pagination only. Sort audit logs. Default is sort=-created_at
Response
Success response