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

> Lists DV360 channels (curated site/app groups)

Lists DV360 channels (curated site/app groups). Channel IDs are used in dv360\_edit\_line\_item\_targeting TARGETING\_TYPE\_CHANNEL create requests.

|                      |                       |
| -------------------- | --------------------- |
| **App**              | DV360                 |
| **Operation ID**     | `dv360_list_channels` |
| **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 to list channels for.                                         |
| `search_query` | string         | No       | -       | Optional text filter applied to channel display names (case-insensitive substring match). |
| `limit`        | integer        | No       | `100`   | Maximum number of channels to return. Default: 100.                                       |

## Output

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

Returns channels with their IDs and details.

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