get_adset_ads
Fetch all ads belonging to a specific ad set using its ID. Supports pagination, field selection, and result limits for efficient campaign analysis.
Instructions
Get all ads belonging to a specific ad set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor for next page | |
| limit | No | Number of results (default 25) | |
| fields | No | Comma-separated fields to return | |
| adset_id | Yes | Ad set ID |