List workspace activities
Returns the workspace’s activity log, most recent first, cursor-paginated. Optional filters: type (repeatable, e.g. file.created), actor (an account ID), and a from/to day range (each bound narrows only when given; the feed is otherwise all-time).
Path Parameters
Workspace identifier.
Query Parameters
Account id whose activities to keep. Omit for any actor.
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.
"workspace.created"First day of the range (inclusive), YYYY-MM-DD. Defaults so the range
spans the last DEFAULT_WINDOW_DAYS days through to.
Last day of the range (inclusive), YYYY-MM-DD. Defaults to today (UTC).
Cursor pointing to the last item of the previous page.
Obtain this from the nextCursor field in the response.
Whether to include the total item count in the response's total field.
Defaults to false, since counting is an extra query; set it to true
only when the count is actually needed.
The maximum number of records to return (1-100, default: 20).
1 <= x <= 100Response
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.