List Ads
meta_list_adsRetrieve ads from a specified ad account, campaign, or ad set. Filter by status and paginate results.
Instructions
Lists ads for an ad set, campaign, or ad account.
Args:
adset_id (string, optional): Filter by ad set
campaign_id (string, optional): Filter by campaign
ad_account_id (string, optional): List all ads in account
status_filter (string[], optional): ACTIVE, PAUSED, ARCHIVED, DELETED
limit (number): Max results (default 20)
after (string, optional): Pagination cursor
Provide one of adset_id, campaign_id, or ad_account_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adset_id | No | ||
| campaign_id | No | ||
| ad_account_id | No | ||
| status_filter | No | ||
| limit | No | ||
| after | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |