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

> Lists portfolios for an Amazon Ads profile with their budgets

Lists portfolios for an Amazon Ads profile with their budgets.

|                      |                              |
| -------------------- | ---------------------------- |
| **App**              | Amazon Ads                   |
| **Operation ID**     | `amazon_ads_list_portfolios` |
| **Type**             | Action                       |
| **Connection**       | `amazon_ads` (required)      |
| **Credits per run**  | 1                            |
| **Agent / MCP tool** | Yes                          |

## Inputs

| Field                   | Type                                                    | Required | Default | Description                                                                                      |
| ----------------------- | ------------------------------------------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------ |
| `account`               | DynamicAccount                                          | Yes      | -       | Select the Amazon Ads profile whose portfolios should be listed.                                 |
| `portfolio_ids`         | array of string (also accepts a comma-separated string) | No       | -       | Optional portfolio IDs to fetch, as a list or comma-separated text.                              |
| `name_contains`         | string                                                  | No       | -       | Optional name filter: returns portfolios whose name matches the given text (Amazon broad match). |
| `include_extended_data` | boolean                                                 | No       | `False` | Include read-only extended data fields (creation date, serving status). Default false.           |
| `limit`                 | integer                                                 | No       | `100`   | Maximum number of portfolios to return. Default: 100.                                            |

## Output

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

Returns the raw list of portfolios as provided by the Portfolios v3 API.
