Skip to main content

Interface: ActivityQueryScope

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

Explicit scope narrowing. Always intersected, never unioned.

Empty (the default) means "everything this mount's grant set admits". A populated list means "and only these", which is how a server-issued drill query names the workspace its line counted and how the widget's selected mode names a chosen set.

A UUID the caller may not see is not an error: it drops out of the intersection, and the response looks exactly as it would if the scope did not exist. That is the same anti-enumeration posture the 404s take.

Properties

orgUuids?

optional orgUuids: string[]

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


workspaceUuids?

optional workspaceUuids: string[]

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