> ## 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 Insertion Orders

> Lists DV360 insertion orders with full details, filterable by status and campaign

Lists DV360 insertion orders with full details, filterable by status and campaign. Budgets, bids, and goal amounts are returned in raw DV360 micros (divide by 1,000,000 for the advertiser currency).

|                      |                               |
| -------------------- | ----------------------------- |
| **App**              | DV360                         |
| **Operation ID**     | `dv360_list_insertion_orders` |
| **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 insertion orders should be listed.                         |
| `campaign_id`     | string or SelectItem                | No       | -       | Optional campaign ID to list only that campaign's insertion orders.                          |
| `entity_statuses` | array of string or SelectableOption | No       | -       | Filter by status: ACTIVE, PAUSED, DRAFT, and/or ARCHIVED. Returns all statuses when omitted. |
| `limit`           | integer                             | No       | `100`   | Maximum number of insertion orders to return. Default: 100.                                  |

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

### SelectableOption

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

## Output

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

Returns the list of insertion orders with full details.

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