folders_entities
List all tags, triggers, and variables inside a Google Tag Manager folder, automatically following pagination to return every entity.
Instructions
List all entities (tags, triggers, variables) within a specific GTM folder. Automatically follows pagination to return all entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | ||
| maxPages | No | Maximum number of API pages to fetch (default 50). GTM returns one nextPageToken for tags, triggers and variables together, so this bounds the whole walk rather than each collection. | |
| accountId | Yes | ||
| pageToken | No | Continuation token to resume listing from a previous truncated result. | |
| containerId | Yes | ||
| workspaceId | Yes |