list_ads
Retrieve and filter ads from Meta ad accounts by campaign, ad set, or status to manage advertising campaigns effectively.
Instructions
List ads in the ad account. Optionally filter by campaign, ad set, or status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | No | Filter by campaign ID | |
| adset_id | No | Filter by ad set ID | |
| status | No | Filter by status: ACTIVE, PAUSED, DELETED, ARCHIVED | |
| fields | No | Comma-separated fields to return | |
| limit | No | Number of results (default 25) | |
| after | No | Pagination cursor for next page |