> ## 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 Negative Keywords

> Lists the keywords inside a DV360 negative keyword list, with optional keyword search

Lists the keywords inside a DV360 negative keyword list, with optional keyword search. Find list IDs with dv360\_list\_negative\_keyword\_lists.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | DV360                          |
| **Operation ID**     | `dv360_list_negative_keywords` |
| **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 that owns the negative keyword list.            |
| `negative_keyword_list_id` | string or SelectItem | Yes      | -       | ID of the negative keyword list whose keywords to return.                   |
| `search_query`             | string               | No       | -       | Optional text filter applied to keyword values (server-side partial match). |
| `limit`                    | integer              | No       | `1000`  | Maximum number of keywords to return. Default: 1000.                        |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

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

Returns the list of negative keywords.

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