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

> Lists TikTok Pixels for a TikTok Ads advertiser account

Lists TikTok Pixels for a TikTok Ads advertiser account. Use pixel\_id values when creating website conversion or value optimization ad groups.

|                      |                          |
| -------------------- | ------------------------ |
| **App**              | TikTok Ads               |
| **Operation ID**     | `tiktok_ads_list_pixels` |
| **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 pixels should be listed. |
| `limit`   | integer        | No       | `100`   | Maximum number of pixels to return. Default: 100.            |

## Output

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

Returns TikTok Pixels for the selected advertiser, including pixel\_id, pixel\_name, account\_id, and any additional fields returned by TikTok.

**Fields**: `pixel_id`, `pixel_name`, `account_id`
