Customer-scoped audit trail queries.
List customer audit events
Returns the customer-facing audit feed for one customer. Only rows whose payload was opted in via CustomerVisiblePayload are returned - internal columns (actor metadata, request/trace, raw internal payload) are stripped at the repository layer. Default page size is 25, max 100.
path Parameters
idCustomer UUID
Customer UUID
query Parameters
limitPage size. Values above the server-side cap are clamped (standard default 50, cap 200; a few document-heavy lists use larger windows). Invalid values fall back to the default.
cursorOpaque continuation token from the previous response's pagination.cursor. Omit for the first page. Cursors are stateless and do not expire, but are only valid for the list and filters that produced them.
event_typeFilter by event type
Filter by event type
occurred_afterFilter by occurred_at >= timestamp (RFC3339)
Filter by occurred_at >= timestamp (RFC3339)
occurred_beforeFilter by occurred_at <= timestamp (RFC3339)
Filter by occurred_at <= timestamp (RFC3339)
Headers
X-Workspace-IdSelects the workspace this request operates in, by workspace UUID or slug (e.g. a sandbox workspace for test integrations). Omitted: the organization's default live workspace. Unknown workspace: 404; workspace outside your organization: 403. Discover workspaces via GET /workspaces.
Workspace UUID or slug.
List customer audit events › Responses
OK