List Ad Videos
meta_list_ad_videosRetrieve a list of videos from an ad account's video library, with options to limit results or paginate using a cursor.
Instructions
Lists videos in an ad account's video library.
Args:
ad_account_id (string): Ad account ID
limit (number): Max results (default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | ||
| limit | No | ||
| after | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |