Get a workspace
get_workspaceRetrieve a specific Google Tag Manager workspace by providing account, container, and workspace IDs to get its resource and fingerprint.
Instructions
Gets one workspace by account id + container id + workspace id. Returns the Workspace resource with its fingerprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | GTM account id (string). | |
| container_id | Yes | Container id (string). | |
| workspace_id | Yes | Workspace id (string), e.g. from list_workspaces. |