Inputs
SelectItem
SelectableOption
Output
Type:List[Dict]
Returns the list of line items with full details.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists DV360 line items with full details, filterable by status, campaign, and insertion order
| App | DV360 |
| Operation ID | dv360_list_line_items |
| Type | Action |
| Connection | dv360 (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| 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. |
| 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. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns the list of line items with full details.
Fields: dynamic (depend on the inputs)