# tiktok_get_entities_raw

> List TikTok campaigns, ad groups, or ads with caller-selected native fields, filtering, sorting, and pagination.

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

List TikTok campaigns, ad groups, or ads with caller-selected native fields, filtering, sorting, and pagination. This GET-only escape hatch exposes newly released entity fields without waiting for the MCP's curated schemas.

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

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `advertiserId` | string | Required |  |
| `entityType` | string | Required | One of: `campaign`, `adgroup`, `ad`. |
| `fields` | array | Required |  |
| `filtering` | object | Optional | Native TikTok filtering object, for example {campaign_ids:["..."]}. |
| `page` | integer | Optional | Default: `1`. |
| `pageSize` | integer | Optional | Default: `100`. |
| `orderField` | string | Optional |  |
| `orderType` | string | Optional | One of: `ASC`, `DESC`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "tiktok_get_entities_raw",
    "args": {
      "advertiserId": "<string>",
      "entityType": "campaign",
      "fields": "<array>"
    }
  }
}
```

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

---

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