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

> List the audiences on a Microsoft Ads account, including remarketing lists, customer lists, product audiences and in-market audiences

List the audiences on a Microsoft Ads account, including remarketing lists, customer lists, product audiences and in-market audiences. Microsoft leaves system-generated audiences such as All Visitors out of this API, so the web interface can show more than this returns.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | Microsoft Ads                  |
| **Operation ID**     | `microsoft_ads_list_audiences` |
| **Type**             | Action                         |
| **Connection**       | `microsoft_ads` (required)     |
| **Credits per run**  | 1                              |
| **Agent / MCP tool** | Yes                            |

## Inputs

| Field          | Type                                 | Required | Default | Description                                                                                                                         |
| -------------- | ------------------------------------ | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| `account`      | DynamicAccount                       | Yes      | -       | Microsoft Ads account whose audiences should be listed.                                                                             |
| `audience_ids` | string or array of string or integer | No       | -       | Specific audience IDs to read, as a list or comma separated. Leave empty to return every audience Microsoft exposes on the account. |
| `limit`        | integer                              | No       | `100`   | Maximum number of audiences to return. Defaults to 100.                                                                             |

## Output

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

Returns the account's audiences with their reach estimates.

**Fields**: `id`, `name`, `type`, `description`, `membership_duration`, `search_size`, `audience_network_size`, `tag_id`
