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

> Fetches a single linked Google tag destination's details

Fetches a single linked Google tag destination's details.

|                      |                       |
| -------------------- | --------------------- |
| **App**              | Google Tag Manager    |
| **Operation ID**     | `gtm_get_destination` |
| **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.                                                           |
| `destination_link_id` | string         | Yes      | -       | The destination link ID from gtm\_list\_destinations (destinationLinkId field). |

## Output

**Type**: `Dict`

Returns the destination as provided by the Tag Manager API.
