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

> Lists Reddit Ads campaigns with full details including objective, status, budget, and schedule

Lists Reddit Ads campaigns with full details including objective, status, budget, and schedule. Money values are returned in raw microcurrency (divide by 1,000,000 for the account currency).

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

## Output

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

Returns the list of campaigns.

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