Inputs
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)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List saved audiences (reusable targeting presets) from a Meta Ads account, with their full targeting specification, readable targeting summary, and size estimate
| App | Meta Ads |
| Operation ID | meta_list_saved_audiences |
| Type | Action |
| Connection | meta_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| 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 |
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)