Skip to main content

Interface: ActivitySubjectFilter

Defined in: packages/sdk/src/types/generated/activity_feed.ts:757

Narrow to one entity's own feed.

(subject_kind, subject_uuid, occurred_at desc) is an index on the log, so "everything that happened to this member" is a range scan rather than a filter over the workspace's whole history.

Aggregates cannot honor a subject filter — the rollup counts by (hour, scope, type) and has no subject column, by design — so a subject filter forces the event grain rather than silently returning unfiltered counts. The validator on the request is where that is enforced.

Properties

kind

kind: EntityKind

Defined in: packages/sdk/src/types/generated/activity_feed.ts:758


uuid

uuid: string

Defined in: packages/sdk/src/types/generated/activity_feed.ts:759