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

> Lists Reddit Ads profiles for an account

Lists Reddit Ads profiles for an account. Posts (ad creatives) are authored under a profile; use the returned profile IDs in reddit\_ads\_create\_post and reddit\_ads\_list\_posts.

|                      |                            |
| -------------------- | -------------------------- |
| **App**              | Reddit Ads                 |
| **Operation ID**     | `reddit_ads_list_profiles` |
| **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 profiles for.                               |
| `search_query` | string         | No       | -       | Optional text filter applied to profile names (case-insensitive substring match). |
| `limit`        | integer        | No       | `100`   | Maximum number of profiles to return. Default: 100.                               |

## Output

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

Returns the list of profiles.

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