# pinterest_get_account_entities

> Read Pinterest ad-account entities and configuration. One of 31 Pinterest Ads tools on the Get MCP Ads MCP gateway.

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

Read Pinterest ad-account entities and configuration. Covers account, campaign, ad group, ad, product-group promotion, promotion, label, schedule, targeting template, and order-line inventory. Returns one API page and its bookmark for predictable live queries.

|  |  |
| --- | --- |
| Source | [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/pinterest-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Optional |  |
| `entity` | string | Required | One of: `AD_ACCOUNT`, `CAMPAIGN`, `AD_GROUP`, `AD`, `PRODUCT_GROUP_PROMOTION`, `PROMOTION`, `LABEL`, `SCHEDULE`, `TARGETING_TEMPLATE`, `ORDER_LINE`. |
| `entityId` | string | Optional | Fetch one entity where Pinterest exposes a detail endpoint. |
| `campaignIds` | array | Optional |  |
| `adGroupIds` | array | Optional |  |
| `entityStatuses` | array | Optional |  |
| `pageSize` | integer | Optional | Default: `100`. |
| `bookmark` | string | Optional |  |
| `query` | object | Optional | Additional documented query parameters for the selected fixed GET endpoint. |

## Calling it

Directly, since it is announced

```json
{
  "name": "pinterest_get_account_entities",
  "arguments": {
    "entity": "AD_ACCOUNT"
  }
}
```

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