Lists all audit log entries for the given workspace id.
This is a enterprise feature.
Query parameters
Filter the audit log entries by action type.
The ISO timestamp to filter the audit log entries from.
A comma-separated list of audit log entries IDs to filter by. When provided, only audit log entries with those IDs are returned.
Defines which page should be returned.
Defines how many audit log entries should be returned per page.
A comma separated string of attributes to sort by, each attribute must be prefixed with + for a descending sort or a - for an ascending sort. The accepted attribute names are: user, workspace, type, timestamp, ip_address. For example sorts=-user,-workspace will sort the audit log entries first by descending user and then ascending workspace. A sortparameter with multiple instances of the same sort attribute will respond with the ERROR_INVALID_SORT_ATTRIBUTE error.
The ISO timestamp to filter the audit log entries to.
Filter the audit log entries by user id.
Filter the audit log entries by workspace id. This filter works only for the admin audit log.