> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Assets

> Searches the Amazon Ads creative asset library for image and video assets to use in ad creatives

Searches the Amazon Ads creative asset library for image and video assets to use in ad creatives.

|                      |                            |
| -------------------- | -------------------------- |
| **App**              | Amazon Ads                 |
| **Operation ID**     | `amazon_ads_search_assets` |
| **Type**             | Action                     |
| **Connection**       | `amazon_ads` (required)    |
| **Credits per run**  | 1                          |
| **Agent / MCP tool** | Yes                        |

## Inputs

| Field             | Type                       | Required | Default                            | Description                                                                                                                                                                                                                                                                                                                              |
| ----------------- | -------------------------- | -------- | ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `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"]}]}} |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `List[Dict]`

Returns the raw list of matching assets from the creative asset library.
