> ## 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.

# List Creatives

> Lists creatives in a DV360 advertiser with type, dimensions, review status, and assigned line items

Lists creatives in a DV360 advertiser with type, dimensions, review status, and assigned line items. Use it to find creative IDs for line item assignment and to check review status.

|                      |                        |
| -------------------- | ---------------------- |
| **App**              | DV360                  |
| **Operation ID**     | `dv360_list_creatives` |
| **Type**             | Action                 |
| **Connection**       | `dv360` (required)     |
| **Credits per run**  | 1                      |
| **Agent / MCP tool** | Yes                    |

## Inputs

| Field          | Type           | Required | Default | Description                                                                                                      |
| -------------- | -------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------- |
| `account`      | DynamicAccount | Yes      | -       | Select the DV360 advertiser whose creatives should be listed.                                                    |
| `search_query` | string         | No       | -       | Optional text filter applied to the creatives (case-insensitive match on any field, for example a name or type). |
| `limit`        | integer        | No       | `100`   | Maximum number of creatives to return. Default: 100.                                                             |

## Output

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

Returns the list of creatives with full details.

**Fields**: dynamic (depend on the inputs)
