> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Zone

> Fetches a single zone from a Google Tag Manager workspace with its full configuration

Fetches a single zone from a Google Tag Manager workspace with its full configuration. Zones control which tags third parties may add to a Google Tag Manager container (GTM 360).

|                      |                    |
| -------------------- | ------------------ |
| **App**              | Google Tag Manager |
| **Operation ID**     | `gtm_get_zone`     |
| **Type**             | Action             |
| **Connection**       | `gtm` (required)   |
| **Credits per run**  | 1                  |
| **Agent / MCP tool** | Yes                |

## Inputs

| Field       | Type           | Required | Default | Description                                  |
| ----------- | -------------- | -------- | ------- | -------------------------------------------- |
| `account`   | DynamicAccount | Yes      | -       | Select the Google Tag Manager account.       |
| `container` | DynamicAccount | Yes      | -       | Select the container.                        |
| `workspace` | DynamicAccount | Yes      | -       | Select the workspace.                        |
| `zone`      | DynamicAccount | Yes      | -       | Select the zone to fetch, or provide its ID. |

## Output

**Type**: `Dict`

Returns the zone as provided by the Tag Manager API.
