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