Skip to main content
List workspace audit log events

Authorizations

acornops_cp_session
string
cookie
required

Path Parameters

workspaceId
string<uuid>
required
Example:

"4b930d98-add9-4924-ab26-3c16d96ec373"

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string
category
enum<string>
Available options:
membership,
workspace,
target,
session,
run,
approval,
mcp,
tool
eventType
string
actorUserId
string
objectType
string
from
string<date-time>
to
string<date-time>

Response

Workspace audit event page payload: { items, nextCursor? }. Events include operation=read|write.

items
object[]
required
nextCursor
string