> ## 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 Assigned Locations

> Lists the locations assigned to a DV360 location list, returning the assigned location IDs needed for removals in dv360_edit_assigned_locations

Lists the locations assigned to a DV360 location list, returning the assigned location IDs needed for removals in dv360\_edit\_assigned\_locations.

|                      |                                 |
| -------------------- | ------------------------------- |
| **App**              | DV360                           |
| **Operation ID**     | `dv360_list_assigned_locations` |
| **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 location list.       |
| `location_list_id` | string or SelectItem | Yes      | -       | ID of the location list whose assigned locations to return.    |
| `limit`            | integer              | No       | `1000`  | Maximum number of assigned locations 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 assigned locations.

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