> ## 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 Latest File Upload Status

> Get the latest processing status for a file-based Merchant Center data source after an upload or triggered fetch

Get the latest processing status for a file-based Merchant Center data source after an upload or triggered fetch. Returns Google's complete FileUpload resource, including processing state, item counts, upload time, and issues. This checks status; it does not start a fetch.

|                      |                                     |
| -------------------- | ----------------------------------- |
| **App**              | Google Merchant Center              |
| **Operation ID**     | `gmc_get_latest_file_upload_status` |
| **Type**             | Action                              |
| **Connection**       | `gmc` (required)                    |
| **Credits per run**  | 1                                   |
| **Agent / MCP tool** | Yes                                 |

## Inputs

| Field            | Type                 | Required | Default | Description                                                                                    |
| ---------------- | -------------------- | -------- | ------- | ---------------------------------------------------------------------------------------------- |
| `account`        | DynamicAccount       | Yes      | -       | Select the Merchant Center account that owns the data source.                                  |
| `data_source_id` | string or SelectItem | Yes      | -       | Google Merchant Center file data source ID. Use gmc\_list\_data\_sources first to find the ID. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns Google's latest FileUpload resource unchanged.

**Fields**: dynamic (depend on the inputs)
