List Instagram Media
adsap_list_ig_mediaList an Instagram account's recent media/posts (live from Meta) — the posts, reels, and stories that can be promoted. Use after adsap_list_meta_assets (asset_type:"instagram_accounts") to pick a post to boost or to reference existing organic content. Returns each media item's id, type (IMAGE/VIDEO/CAROUSEL_ALBUM), placement (media_product_type: FEED/STORY/REELS), image/thumbnail URL, permalink, caption, timestamp, and like/comment counts, plus a pagination cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from a previous response's meta.paging_after, to fetch the next page. | |
| limit | No | Max media items to return per page. Default 25, max 25 (Meta's per-page cap for IG media). | |
| ad_account_id | Yes | Ad account ID (act_xxx) the Instagram account is linked to. Required — scopes the request to the workspace and anchors the Meta budget check. | |
| ig_account_id | Yes | Instagram account ID (numeric) whose media to list. Get it from adsap_list_meta_assets (asset_type:"instagram_accounts" -> instagram_user_id / id). |