get_campaign_ads
Retrieve all ads from a specific Meta advertising campaign using campaign ID, with options for field selection, pagination, and result limits.
Instructions
Get all ads belonging to a specific campaign.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | Campaign ID | |
| fields | No | Comma-separated fields to return | |
| limit | No | Number of results (default 25) | |
| after | No | Pagination cursor for next page |