Lists containers in a Google Tag Manager account with public ID (GTM-XXXXXX), usage context, and notes
Lists containers in a Google Tag Manager account with public ID (GTM-XXXXXX), usage context, and notes. Supports filtering by name, container ID, or public ID.
Select the Google Tag Manager account whose containers should be listed.
filters
array of FilterItem
No
-
Optional filters to apply when retrieving containers. The available fields to filter by are: - containerId: Filter by container ID - name: Filter by container name - publicId: Filter by public ID (e.g. GTM-XXXXXX) Filters are combined using AND logic. If you want to use OR logic, use relevant operators like REGEXP_MATCH or IN_LIST.
limit
integer
No
100
Maximum number of containers to return. Default: 100.
The field to filter on, must be one of the current selected metrics or dimensions.
operator
string
Yes
-
The operator to use for filtering. Must be one of the supported values. Use REGEXP_MATCH to search/filter by multiple OR values like ’.(summer|holiday).’
value
string
Yes
-
The value to filter by. Can be a string, number, regex, or a list of strings.