List ad assets
list_ad_assetsList asset-to-ad / ad-group attachments. Exactly one of ad_id / ad_group_id / campaign_id is required (campaign_id returns every ad-level binding in the campaign). Scoped to the active Space — see set_active_space to switch, or pass space_id to override for this one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by role (e.g. MARKETING_IMAGE, LOGO, YOUTUBE_VIDEO). | |
| ad_id | No | Restrict to bindings for this ad. | |
| limit | No | Max items to return. Default 50, max 200. | |
| cursor | No | Opaque pagination cursor returned by the previous page in meta.nextCursor. | |
| space_id | No | Override the active Space for this one call. Defaults to the active Space set via set_active_space (or GROWOMAT_SPACE_ID on the server). Pass to read/write a different Space without changing the session binding. | |
| ad_group_id | No | Restrict to bindings for this ad group. | |
| campaign_id | No | All ad/ad-group bindings across this campaign. |