list_campaigns
Retrieve and filter ad campaigns from Meta Ads accounts with paginated results. Use status and objective filters to manage campaigns effectively.
Instructions
List campaigns in the ad account. Supports filtering by status and objective. Returns paginated results.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status: ACTIVE, PAUSED, DELETED, ARCHIVED | |
| objective | No | Filter by objective: OUTCOME_AWARENESS, OUTCOME_ENGAGEMENT, OUTCOME_LEADS, OUTCOME_SALES, OUTCOME_TRAFFIC, OUTCOME_APP_PROMOTION | |
| fields | No | Comma-separated fields to return | |
| limit | No | Number of results (default 25) | |
| after | No | Pagination cursor for next page | |
| before | No | Pagination cursor for previous page |