ADO.NET Provider for Klaviyo

Build 25.0.9434

TagGroupTags

Returns all tags within a specified tag group, allowing inspection of group composition and relationships.

Select

The provider uses the Klaviyo API to process WHERE clause conditions with the following columns and operators. Remaining filters are evaluated client-side within the provider.

  • 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434