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

> Lists TikTok pages for an advertiser account, including Instant Forms (lead forms), Instant Pages, storefront pages, shop pages, and direct message pages

Lists TikTok pages for an advertiser account, including Instant Forms (lead forms), Instant Pages, storefront pages, shop pages, and direct message pages. Useful when creating ads.

|                      |                         |
| -------------------- | ----------------------- |
| **App**              | TikTok Ads              |
| **Operation ID**     | `tiktok_ads_list_pages` |
| **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 pages should be listed.               |
| `page_type` | string or SelectableOption | No       | `ALL`   | TikTok page type to list. Use ALL or leave blank to list every page type. |
| `status`    | string or SelectableOption | No       | -       | Optional page status filter. Options: PUBLISHED or EDITED.                |
| `title`     | string                     | No       | -       | Optional exact page title filter.                                         |
| `limit`     | integer                    | No       | `100`   | Maximum number of pages to return. Default: 100.                          |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

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

Returns TikTok pages for the selected advertiser, including page\_id, title, status, business\_type, supported\_objectives, preview\_url, template\_name, create\_time, publish\_time, and update\_time.
