Skip to main content
GET
Export workspace activities

Path Parameters

workspaceId
string<uuid>
required

Workspace identifier.

Query Parameters

actor
string<uuid>

Account id whose activities to keep. Omit for any actor.

type
string[]

Keep only these activity types (e.g. document.created). Repeat the type parameter for several; omit for no type constraint.

The type of activity performed in a workspace, for audit logging.

Corresponds to the ACTIVITY_TYPE PostgreSQL enum and categorizes the activities that occur within workspaces for a comprehensive audit trail.

Allowed value: "workspace.created"
from
string<date>

First day of the range (inclusive), YYYY-MM-DD. Defaults so the range spans the last DEFAULT_WINDOW_DAYS days through to.

to
string<date>

Last day of the range (inclusive), YYYY-MM-DD. Defaults to today (UTC).

format

Output format; defaults to csv.

Allowed value: "csv"

Response

The exported activity log.