Get any resource by path
get_resourceFetch GTM resources (tags, triggers, variables, versions, containers, workspaces) via API-relative path. Returns full JSON including fingerprint for updates.
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". |