List Ad Creatives
meta_list_ad_creativesList ad creatives for an ad account. Returns creative IDs, names, and page post IDs.
Instructions
Lists ad creatives for an ad account.
Args:
ad_account_id (string): Ad account ID
limit (number): Max results (default 20)
after (string, optional): Pagination cursor
Returns creative IDs, names, and associated page post IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | ||
| limit | No | ||
| after | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |