list_campaigns
List campaigns from a Meta Ads account, returning id, name, status, objective, daily and lifetime budgets, and bid strategy. Filter by effective status and paginate with limit and cursor.
Instructions
List campaigns in an ad account. Returns id, name, status, objective, daily_budget, lifetime_budget, bid_strategy, created_time. Paginated via limit + after cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | Ad Account ID — accepts 'act_123456' or just '123456' | |
| limit | No | Default 100 | |
| after | No | Pagination cursor | |
| effective_status | No | Filter by effective_status (e.g. ['ACTIVE','PAUSED']) | |
| fields | No | Override default field list |