> ## 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 Workspace Status

> Fetches a Google Tag Manager workspace's pending changes and merge conflicts with the latest container version

Fetches a Google Tag Manager workspace's pending changes and merge conflicts with the latest container version. Useful before gtm\_create\_version to see what would ship.

|                      |                            |
| -------------------- | -------------------------- |
| **App**              | Google Tag Manager         |
| **Operation ID**     | `gtm_get_workspace_status` |
| **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 whose status should be fetched: pending changes and merge conflicts with the latest container version. |

## Output

**Type**: `Dict`

Returns workspaceChange and mergeConflict lists as provided by the Tag Manager API.
