View groups let you organize views into named collections. When a data model contains many views, grouping them by domain or purpose helps downstream consumers — including AI agents, embedded analytics, and visualization tools — discover the right dataset faster. View groups are returned as a top-levelDocumentation Index
Fetch the complete documentation index at: https://cubed3-dependabot-npm-and-yarn-docs-mintlify-fast-uri-3-1-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
viewGroups array in the
/v1/meta response, alongside the cubes array.
Each view that belongs to at least one group also carries a viewGroups
string array on its own entry.
A view group should have the following parameter: name.
Parameters
name
The name parameter serves as the identifier of a view group. It must be
unique among all view groups within a deployment and follow the naming
conventions.
title
Use the title parameter to set a human-readable display name for the
view group.
description
This parameter provides a human-readable description of the view group.
views
A list of view names that belong to this group.
Assigning views to groups
To associate a view with a view group, list its name in theviews parameter on the view group.
Example
The following model defines two view groups. Thesales group lists
orders_overview and revenue in its views parameter, while the
people group lists customers_view.
/v1/meta response includes a viewGroups array: