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

> Lists posts under a Reddit profile, filterable by type and by source (organic or promoted)

Lists posts under a Reddit profile, filterable by type and by source (organic or promoted). Use a returned post ID in reddit\_ads\_create\_ad to promote an existing post as an ad.

|                      |                         |
| -------------------- | ----------------------- |
| **App**              | Reddit Ads              |
| **Operation ID**     | `reddit_ads_list_posts` |
| **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.                                                                    |
| `profile_id` | string or SelectItem       | Yes      | -       | ID of the profile whose posts to list. Find profile IDs with reddit\_ads\_list\_profiles.         |
| `post_type`  | string or SelectableOption | No       | -       | Optional filter by post type. Options: 'CAROUSEL', 'IMAGE', 'TEXT', 'VIDEO'.                      |
| `source`     | string or SelectableOption | No       | -       | Optional filter by post source. Options: 'ORGANIC' (regular Reddit posts), 'PROMOTED' (ad posts). |
| `limit`      | integer                    | No       | `100`   | Maximum number of posts to return. Default: 100.                                                  |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

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

Returns the list of posts.

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