Get ad videos
get_ad_videosRetrieve ad videos from the video library by specifying video IDs, with optional pagination (limit and offset).
Instructions
Reads videos from the ad video library by id (the API requires ids). Uploads go via raw_request (advideos/add).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Video ids (required by the API). | |
| limit | No | Max objects per page. | |
| offset | No | Pagination offset. |