Get any resource by path
get_resourceFetch any Google Tag Manager resource by API path, returning the full JSON with its current fingerprint for update operations.
Instructions
Generic getter for any GTM resource by its API-relative path — tags, triggers, variables, versions, containers, workspaces. Prefer echoing the path field from a previous response over assembling the string yourself. Returns the full resource JSON including its current fingerprint (needed for update_entity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API-relative resource path as returned in the resource's own "path" field, e.g. "accounts/1/containers/2/workspaces/3/tags/4". |