# pinterest_run_specialized_export

> Start or inspect non-mutating Pinterest data jobs for Marketing Mix Modeling (MMM), bulk advertiser entity downloads, or catalog diagnostics.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads)

Start or inspect non-mutating Pinterest data jobs for Marketing Mix Modeling (MMM), bulk advertiser entity downloads, or catalog diagnostics. START creates only a report/export artifact; it never updates delivery entities.

|  |  |
| --- | --- |
| Source | [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/pinterest-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Optional |  |
| `exportType` | string | Required | One of: `MMM`, `BULK_ENTITIES`, `CATALOG_DIAGNOSTICS`. |
| `action` | string | Optional | One of: `START`, `STATUS`. Default: `"START"`. |
| `request` | object | Optional | Pinterest request body required by START. |
| `token` | string | Optional | MMM or catalog report token required by STATUS. |
| `bulkRequestId` | string | Optional | Bulk request ID required by BULK_ENTITIES STATUS. |
| `includeDetails` | boolean | Optional | Default: `true`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_run_specialized_export",
    "args": {
      "exportType": "MMM"
    }
  }
}
```

- [Pinterest Ads metrics](https://www.getmcpads.com/docs/sources/pinterest-ads/metrics): What you can ask for.
- [Pinterest Ads dimensions](https://www.getmcpads.com/docs/sources/pinterest-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/pinterest-ads/tools/pinterest_run_specialized_export
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
