get_campaigns
Retrieve campaigns from a Meta Ads account with status and budget details, filtered by effective status and paginated with a configurable limit.
Instructions
List campaigns for an ad account with status and budget info.
Args: account_id: Ad account ID (e.g., 'act_123456789'). status_filter: Filter by effective_status: 'ACTIVE', 'PAUSED', 'ARCHIVED', or 'ALL'. If not set, returns all campaigns. limit: Maximum results per page (default 50, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| status_filter | No | ||
| limit | No |