audit
list audit logs (requires admin privilege)
get/w/{workspace}/audit/list
Path parameters
workspacestring required
Query parameters
pageinteger
which page to return (start at 1, default 1)
per_pageinteger
number of items to return for a given page (default 30, max 100)
beforestring date-time
filter on started before (inclusive) timestamp
afterstring date-time
filter on created after (exclusive) timestamp
usernamestring
filter on exact username of user
operationstring
filter on exact or prefix name of operation
operationsstring
comma separated list of exact operations to include
exclude_operationsstring
comma separated list of operations to exclude
resourcestring
filter on exact or prefix name of resource
action_kind'Create' | 'Update' | 'Delete' | 'Execute'
filter on type of operation
before_idinteger
only return logs with an id strictly lower than this one. Logs are ordered by descending id, so this is a keyset cursor to stream a page in several batches without paying a growing offset.
all_workspacesboolean
get audit logs for all workspaces
Response
a list of audit logs