List audit logs
Returns the audit log for the workspace. Requires enterprise tier and the audit_log_read permission.
Headers
xi-api-key
Query parameters
limit
Maximum number of entries per page
cursor
Cursor for the next page (from previous response)
time_from_unix_ms
Only include entries at or after this time (ms since epoch)
time_to_unix_ms
Only include entries at or before this time (ms since epoch)
actor_uid
Filter by actor user ID
class_name
Filter by OCSF event class name (e.g. Account Change)
activity_name
Filter by audit activity name (e.g. Subscription Creation)
Response
Successful Response
entries
has_more
next_cursor
Errors
422
Unprocessable Entity Error