accounts_list
Fetch accessible Google Tag Manager accounts, returning account IDs, names, and share-data flags. Supports pagination and optionally includes Google Tags accounts.
Instructions
List all GTM accounts accessible to the authenticated user. Returns account IDs, names, and share-data flags.
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. | |
| pageToken | No | Continuation token to resume listing from a previous truncated result. | |
| includeGoogleTags | No | Also include results from the Google Tags accounts. |