# pinterest_get_audiences

> Read audience, customer-list, sharing, and Business-received audience inventory without uploading or changing audience membership.

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

Read audience, customer-list, sharing, and Business-received audience inventory without uploading or changing audience membership.

|  |  |
| --- | --- |
| 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 |  |
| `mode` | string | Required | One of: `AUDIENCES`, `AUDIENCE`, `CUSTOMER_LISTS`, `CUSTOMER_LIST`, `CUSTOMER_SEGMENTS`, `SHARED_ACCOUNTS`, `BUSINESS_RECEIVED`. |
| `audienceId` | string | Optional |  |
| `customerListId` | string | Optional |  |
| `businessId` | string | Optional |  |
| `allowCrossBusinessRead` | boolean | Optional | Explicit opt-in required if the business cannot be linked to the selected ad account. Default: `false`. |
| `accountType` | string | Optional | One of: `AD_ACCOUNT`, `BUSINESS_ACCOUNT`. Default: `"AD_ACCOUNT"`. |
| `ownershipType` | string | Optional | One of: `OWNED`, `RECEIVED`. |
| `excludeNca` | boolean | Optional |  |
| `pageSize` | integer | Optional | Default: `100`. |
| `bookmark` | string | Optional |  |
| `query` | object | Optional | Additional documented query parameters for the selected fixed GET endpoint. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_get_audiences",
    "args": {
      "mode": "AUDIENCES"
    }
  }
}
```

- [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_get_audiences
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
