List Pros and Cons Cluster Groups
Metrics
List Pros and Cons Cluster Groups
Lists all available cluster groups (themes) for a brand analysis, showing both p
ositive (pros) and negative (cons) perception clusters.
Clusters are the main themes that emerge from brand mentions,
such as 'comfortable', 'expensive', 'durable', 'stylish'. This endpoint returns the names of all available clusters grouped by sentiment (pros vs cons). Use this as a starting point to understand what perception themes exist in the analysis before diving into detailed metrics.
**When to use:** User wants to see what clusters exist, explore available themes, understand the structure of pros and cons categories, or get cluster names before querying specific metrics.
**Common user queries:**
- "What are the pros and cons clusters for this analysis?"
- "List all available clusters"
- "Show me the themes"
- "What cluster groups exist?"
- "Get cluster names for Nike"
- "What are the strengths and weaknesses themes?"
**Returns:** Array of cluster groups with their cluster names.
Example: [{"cluster_group": "all_pros", "clusters": ["comfortable", "sporty", "style"]},
{"cluster_group": "all_cons", "clusters": ["expensive", "limited availability"]}]
Required permission: `read:analysis`.
GET
List Pros and Cons Cluster Groups
Authorizations
Path Parameters
A UUID string identifying the analysis.
A UUID string identifying the organization.
A UUID string identifying the workspace.
Query Parameters
If true, translates clusters and attributes to English. Defaults to false.