List All Attributes with Cluster Mapping
Metrics
List All Attributes with Cluster Mapping
Provides a complete mapping of every detailed attribute to its parent cluster th
eme, showing the granular details that compose each high-level perception.
Clusters group similar attributes together. For example, the
'Comfort' cluster might contain attributes like 'soft', 'cushioned', 'ergonomic', 'cozy'. This endpoint lists all these detailed attributes and shows which cluster each belongs to. Essential for understanding the detailed components that make up each theme.
**When to use:** User wants to see detailed attributes within a cluster, understand what specific terms compose each theme, explore the granular data behind cluster aggregations, or map detailed mentions to high-level themes.
**Common user queries:**
- "What attributes are in the comfort cluster?"
- "Show me all the detailed pros attributes"
- "List the specific mentions grouped under each theme"
- "What detailed terms make up the quality cluster?"
- "Get attribute-to-cluster mapping"
**Returns:** Array of objects with attribute names and their associated cluster.
Example: [{"attribute": "soft", "cluster": "Comfortable"}, {"attribute": "cushioned",
"cluster": "Comfortable"}, {"attribute": "fast", "cluster": "Sporty"}]
Required permission: `read:analysis`.
GET
List All Attributes with Cluster Mapping
Authorizations
Path Parameters
A UUID string identifying the analysis.
A UUID string identifying the organization.
A UUID string identifying the workspace.
Query Parameters
Filter by one specific cluster group.
Available options:
all_cons, all_pros Available options:
csv, json