Get a container
get_containerRetrieve a Google Tag Manager container by supplying account and container IDs to access its public GTM-XXXXXX snippet ID, usage context, and fingerprint.
Instructions
Gets one container by account id + container id. Returns the Container resource including publicId (the GTM-XXXXXX snippet id), usageContext and fingerprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | GTM account id (string). | |
| container_id | Yes | Container id (string), e.g. from list_containers. |