List ads
list_adsRetrieve ads within a specified ad group, including creative details (title, body, URL, image) and review status, with pagination support for large result sets.
Instructions
List ads within an ad group (ad_group_id is required). Each ad holds a creative (title, body, target URL, image) and a review_status (in_review, approved, or rejected). Supports cursor pagination (order, after/before; the response includes first_id, last_id, and has_more).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_group_id | Yes | Parent ad group ID. Required — ads are listed within an ad group. | |
| limit | No | Maximum number of objects to return per page (1-500). Uses the API default if omitted. | |
| order | No | Sort by creation time: 'asc' for oldest-first, 'desc' for newest-first. | |
| after | No | Pagination cursor. Pass the `last_id` from the previous page to fetch the next page. | |
| before | No | Pagination cursor. Pass the `first_id` from the previous page to fetch the previous page. |