> ## 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 Client

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

Fetches a single client from a Google Tag Manager workspace with its full configuration. Clients receive and route incoming requests in a server-side Google Tag Manager container.

|                      |                    |
| -------------------- | ------------------ |
| **App**              | Google Tag Manager |
| **Operation ID**     | `gtm_get_client`   |
| **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.                          |
| `client`    | DynamicAccount | Yes      | -       | Select the client to fetch, or provide its ID. |

## Output

**Type**: `Dict`

Returns the client as provided by the Tag Manager API.
