List Campaigns
meta_list_campaignsList campaigns from a Meta ad account by account ID, with optional status filter and pagination. Returns campaign names, objectives, status, and budget info.
Instructions
Lists campaigns for a Meta ad account.
Args:
ad_account_id (string): Ad account ID (e.g., act_123456789)
status_filter (string[], optional): Filter by status: ACTIVE, PAUSED, ARCHIVED, DELETED
limit (number): Max results (1–100, default 20)
after (string, optional): Pagination cursor
Returns campaign names, objectives, status, and budget info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | Ad account ID (e.g., act_123456789) | |
| status_filter | No | Filter by effective status | |
| limit | No | ||
| after | No | Pagination cursor | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |