account | DynamicAccount | Yes | - | Select the Amazon Ads profile whose creative asset library should be searched. |
text | string | No | - | Optional text to search assets by (matches asset names). |
asset_type | string or SelectableOption | No | {'value': 'all', 'label': 'All'} | Filter by asset type: all (default), IMAGE, or VIDEO. |
search_criteria | object or string | No | - | Advanced alternative to the fields above: the raw creative asset library search request, sent as-is. Keys: text, filterCriteria (valueFilters with valueField/values, rangeFilters), sortCriteria (field, order), pageCriteria. Example: {“filterCriteria”: {“valueFilters”: [{“valueField”: “ASSET_TYPE”, “values”: [“IMAGE”]}]}} |