get_adsets
Retrieve ad sets for a Meta Ads account, optionally filtered by campaign ID, status (active, paused, archived), and with adjustable result limit.
Instructions
List ad sets for an account or filtered by campaign.
Args: account_id: Ad account ID (e.g., 'act_123456789'). campaign_id: Optional campaign ID to filter ad sets for that campaign only. 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 | ||
| status_filter | No | ||
| limit | No |