get_ads
Retrieve ads from a Meta ad account by providing the account ID. Optionally filter by campaign, ad set, or effective status (ACTIVE, PAUSED, ARCHIVED, ALL). Get paginated results to analyze or manage your ads.
Instructions
List ads for an account, campaign, or ad set.
Args: account_id: Ad account ID (e.g., 'act_123456789'). campaign_id: Optional - filter ads by campaign. adset_id: Optional - filter ads by ad set (takes precedence over campaign_id). status_filter: Filter by effective_status: 'ACTIVE', 'PAUSED', 'ARCHIVED', or 'ALL'. limit: Maximum results per page (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| campaign_id | No | ||
| adset_id | No | ||
| status_filter | No | ||
| limit | No |