transformations_list
List all GTM transformations in a workspace with automatic pagination. Provide account, container, and workspace IDs to retrieve results.
Instructions
List all GTM transformations in a workspace. Automatically follows pagination.
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 | The GTM account ID. | |
| pageToken | No | Continuation token to resume listing from a previous truncated result. | |
| containerId | Yes | The GTM container ID. | |
| workspaceId | Yes | The GTM workspace ID. |