variables_list
Retrieve all user-defined Google Tag Manager variables from a specified workspace. Automatically handles pagination to return a complete list.
Instructions
List all user-defined GTM variables in a workspace. Automatically follows pagination to return all variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxPages | No | Maximum number of API pages to fetch (default 50). If more pages remain, the result includes truncated:true and a nextPageToken. | |
| accountId | Yes | ||
| pageToken | No | Continuation token to resume listing from a previous truncated result. | |
| containerId | Yes | ||
| workspaceId | Yes |