List Ad Creatives
meta_list_ad_creativesList ad creatives from a Meta ad account, returning creative IDs, names, and page post IDs. Use pagination cursors to retrieve up to 100 results per request.
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 |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| ad_account_id | Yes | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |