Improved

New `query_params` filter on `workspaces` query

New 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
  }
}