[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-07-25 UTC."],[],[],null,["# Method: triggers.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListTriggersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n**Full name**: accounts.containers.triggers.list\n\nLists all GTM Triggers of a Container.\n\n### HTTP request\n\n`GET https://tagmanager.googleapis.com/tagmanager/v1/accounts/{accountId}/containers/{containerId}/triggers`\n\n### Path parameters\n\n| Parameters ||\n|---------------|--------------------------------|\n| `accountId` | `string` The GTM Account ID. |\n| `containerId` | `string` The GTM Container ID. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nList triggers response.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"triggers\": [ { object (/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.triggers#Trigger) } ] } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `triggers[]` | `object (`[Trigger](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.triggers#Trigger)`)` All GTM Triggers of a GTM Container. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/tagmanager.edit.containers`\n- `\n https://www.googleapis.com/auth/tagmanager.readonly`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]