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

> List saved audiences (reusable targeting presets) from a Meta Ads account, with their full targeting specification, readable targeting summary, and size estimate

List saved audiences (reusable targeting presets) from a Meta Ads account, with their full targeting specification, readable targeting summary, and size estimate. Saved audiences are the targeting presets used when creating ad sets; for custom and lookalike audiences use meta\_list\_custom\_audiences instead. Use name\_search to have Meta find them by name.

|                      |                             |
| -------------------- | --------------------------- |
| **App**              | Meta Ads                    |
| **Operation ID**     | `meta_list_saved_audiences` |
| **Type**             | Action                      |
| **Connection**       | `meta_ads` (required)       |
| **Credits per run**  | 1                           |
| **Agent / MCP tool** | Yes                         |

## Inputs

| Field         | Type           | Required | Default | Description                                                                                                                                                                                                                                                                          |
| ------------- | -------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `account`     | DynamicAccount | Yes      | -       | Select Meta Ads account, ask the user for it if not provided                                                                                                                                                                                                                         |
| `name_search` | string         | No       | -       | Return only saved audiences whose name contains this text. Meta applies this search itself, so it also finds audiences beyond the first page. Meta supports 'contains' only, not 'starts with', so searching 'PN' returns every saved audience containing 'PN' anywhere in the name. |
| `limit`       | integer        | No       | `100`   | Maximum number of saved audiences to return (1-1000). Default: 100                                                                                                                                                                                                                   |

## Output

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

Returns saved audiences with id, name, targeting spec, sentence\_lines summary, approximate size, run status, and timestamps.

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