> ## 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.

# List Audiences

> Lists TikTok custom audiences that the selected advertiser can access

Lists TikTok custom audiences that the selected advertiser can access. Use custom\_audience\_id values for audience targeting or exclusions in TikTok ad groups.

|                      |                             |
| -------------------- | --------------------------- |
| **App**              | TikTok Ads                  |
| **Operation ID**     | `tiktok_ads_list_audiences` |
| **Type**             | Action                      |
| **Connection**       | `tiktok_ads` (required)     |
| **Credits per run**  | 1                           |
| **Agent / MCP tool** | Yes                         |

## Inputs

| Field                 | Type                      | Required | Default | Description                                                                                                                                                                                                                                                                                                                                     |
| --------------------- | ------------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`             | DynamicAccount            | Yes      | -       | Select the TikTok Ads account whose custom audiences should be listed.                                                                                                                                                                                                                                                                          |
| `custom_audience_ids` | string or array of string | No       | -       | Optional audience ID filter. Use this when you already know one or more TikTok custom audience IDs and only want those audiences returned. Provide a comma-separated list, newline-separated list, or JSON array string. TikTok accepts 1 to 100 audience IDs in this filter. Leave empty to list the advertiser's accessible custom audiences. |
| `limit`               | integer                   | No       | `100`   | Maximum number of custom audiences to return. Default: 100. Markifact pages TikTok results using page\_size up to 100.                                                                                                                                                                                                                          |

## Output

**Type**: `List[Dict]`

Returns TikTok custom audiences for the selected advertiser, including custom\_audience\_id, custom\_audience\_name, account\_id, and any additional fields returned by TikTok.

**Fields**: `custom_audience_id`, `custom_audience_name`, `account_id`
