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

> Lists Reddit Ads saved audiences (reusable targeting bundles)

Lists Reddit Ads saved audiences (reusable targeting bundles). Use the returned IDs as saved\_audience\_id in reddit\_ads\_create\_ad\_group.

|                      |                                   |
| -------------------- | --------------------------------- |
| **App**              | Reddit Ads                        |
| **Operation ID**     | `reddit_ads_list_saved_audiences` |
| **Type**             | Action                            |
| **Connection**       | `reddit_ads` (required)           |
| **Credits per run**  | 1                                 |
| **Agent / MCP tool** | Yes                               |

## Inputs

| Field          | Type           | Required | Default | Description                                                                              |
| -------------- | -------------- | -------- | ------- | ---------------------------------------------------------------------------------------- |
| `account`      | DynamicAccount | Yes      | -       | Select the Reddit Ads account to list saved audiences for.                               |
| `search_query` | string         | No       | -       | Optional text filter applied to saved audience names (case-insensitive substring match). |
| `limit`        | integer        | No       | `100`   | Maximum number of saved audiences to return. Default: 100.                               |

## Output

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

Returns the list of saved audiences.

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