Skip to main content
List Workspaces
Returns a paginated list of workspaces scoped to the caller’s direct memberships + owned workspaces (both index-backed, no ancestor climb).
This is deliberately not an “everything I can reach” tree listing — that per-row reach resolution is deferred. Use this for the common “my workspaces” UI call.

Query Parameters

number
Page number for pagination.
number
Page size.
string
Comma-separated include flags. memberCount adds each workspace’s direct member count.
string
Service/master keys only — the user whose workspaces to list.

Response

Returns a paginated response of Workspace objects. See also: useFetchManyWorkspaces · useFetchManyWorkspacesWrapper