v1

latestOpenAPI 3.0.32026-07-26710398.3 KB
Project

List Tag Groups

List the user-defined tag groups of a project (distinct non-empty group values across the project's tags), each with its shared color and tag count. System groups (branding/intentType) are not included — see List Tags for those.

get/tag-groups

Query parameters

project_idstring

Required if using a company api key

Example:or_f45b94ba-5e35-4982-93ed-285e72ee14eb

Response

Success

Example response

{
  "data": [
    {
      "group": "persona",
      "color": "blue",
      "tag_count": 3
    }
  ]
}