> ## 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 Line Items

> Lists DV360 line items with full details, filterable by status, campaign, and insertion order

Lists DV360 line items with full details, filterable by status, campaign, and insertion order. 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_line_items` |
| **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 line items should be listed.                               |
| `campaign_id`        | string or SelectItem                | No       | -       | Optional campaign ID to list only that campaign's line items.                                |
| `insertion_order_id` | string or SelectItem                | No       | -       | Optional insertion order ID to list only its line items.                                     |
| `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 line items 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 line items with full details.

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