gtm_list_entities
List entities of any type in a Google Tag Manager workspace. Apply name filters or fetch complete API objects for copying or updating.
Instructions
List entities of any type in a workspace.
Args: entity_type: one of tags, triggers, variables, folders, templates, clients, transformations, zones, built_in_variables, gtag_config. name_contains: case-insensitive substring filter on the entity name. full: return the complete API object instead of a compact summary. Use this when you are about to copy an entity, since update_entity needs the full body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| account_id | No | ||
| entity_type | Yes | ||
| container_id | No | ||
| workspace_id | No | ||
| name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |