v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Audit log

Lists all audit log entries for the given workspace id.

This is a enterprise feature.

get/api/admin/audit-log/

Query parameters

action_typestring

Filter the audit log entries by action type.

from_timestampstring

The ISO timestamp to filter the audit log entries from.

idsstring

A comma-separated list of audit log entries IDs to filter by. When provided, only audit log entries with those IDs are returned.

pageinteger

Defines which page should be returned.

sizeinteger

Defines how many audit log entries should be returned per page.

sortsstring

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.

to_timestampstring

The ISO timestamp to filter the audit log entries to.

user_idinteger

Filter the audit log entries by user id.

workspace_idinteger

Filter the audit log entries by workspace id. This filter works only for the admin audit log.

Response

countinteger required

The total amount of results.

nextstring uri nullable required

URL to the next page.

previousstring uri nullable required

URL to the previous page.