Additional custom query parameters
OptionalqSearch term for text-based filtering
OptionallimitMaximum number of items to return
OptionaloffsetNumber of items to skip (for offset-based pagination)
OptionaltagsArray of tags to filter by
OptionalactiveFilter by active status
Optionalexternal_Filter by external ID
OptionalresourceRestrict to a single resource type (e.g. 'plan', 'task', 'drive_item').
Optionalresource_Restrict to a specific source-document id. Most useful with resource.
OptionaloperationRestrict to a single CRUD operation.
OptionalsinceCursor for replay. When set, only rows with _id > since are
returned. ObjectIds are time-ordered, so this acts like a "newer
than X" filter.
OptionaluserOwner user id (admin / super-org use).
OptionalorgOwner org id (admin / super-org use).
OptionalallWhen true, return every matching row without pagination. Use with
care — there is no upper bound when this is set.
Strongly-typed query params for
mosaia.activities.get(). Mirrors the filters supported by the api-coreGET /v1/activityroute and the SDK'sActivity.query()method.Extends
QueryParamsso generic pagination/search params (likeq,tags,active) still pass through transparently.