TagGroupTags
Returns all tags within a specified tag group, allowing inspection of group composition and relationships.
Select
The add-in uses the Klaviyo API to process WHERE clause conditions with the following columns and operators. Remaining filters are evaluated client-side within the add-in.
- TagGroupId supports the operator: =
For example, the following query is processed server-side:
SELECT * FROM TagGroupTags
WHERE TagGroupId = 'tag-group-id-1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier for the tag within the tag group. | |
| TagGroupId | String |
TagGroups.Id | The unique identifier of the tag group that this tag belongs to. |
| Name | String | The display name of the tag as defined within the associated tag group. |