Skip to main content

Interface: ActivityLatestSubjectsRequest

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

Latest admitted occurrence for each workspace-qualified subject.

This is the inventory-shaped Activity read. Unlike the chronological feed, it has no arbitrary time window: every subject with a recorded occurrence is eligible, once, ordered by its latest matching event. eventTypes is required because "latest subject of any kind" has no bounded product use and would make an account-estate request scan unrelated event families.

Without narrowing, account ownership admits the caller's private lane even after a workspace grant is gone. Workspace or organization narrowing is an inventory request, though: an account-private Chat remains visible there only while its workspace is still present in the caller's grant set. Ownership never turns a caller-supplied workspace UUID into authorization.

Properties

cursor?

optional cursor: string | null

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


eventTypes

eventTypes: ActivityEventType[]

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

Min Items

1


pageSize?

optional pageSize: number

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

Minimum

1

Maximum

200


scope?

optional scope: ActivityQueryScope

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