Improved
New `query_params` filter on `workspaces` query
April 2nd, 2026
New query_params filter on workspaces query
query_params filter on workspaces query
🏷️ API version:
2026-04
The workspaces query now accepts a query_params argument to filter workspaces by account product kind.
Supported product kinds: core, crm, forms, marketing, project_management, service, software, whiteboard.
query {
workspaces(query_params: { account_product_kind: project_management }) {
id
name
}
}