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

> Lists Reddit Ads custom audiences with match status and estimated sizes

Lists Reddit Ads custom audiences with match status and estimated sizes. Use the returned IDs in custom\_audience\_ids of reddit\_ads\_create\_ad\_group targeting or in the audience user operations.

|                      |                                    |
| -------------------- | ---------------------------------- |
| **App**              | Reddit Ads                         |
| **Operation ID**     | `reddit_ads_list_custom_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 custom audiences for. |
| `search_query` | string         | No       | -       | Optional filter by custom audience name.                    |
| `limit`        | integer        | No       | `100`   | Maximum number of audiences to return. Default: 100.        |

## Output

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

Returns the list of custom audiences.

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