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

# Get Account History

> Retrieves the change history (audit log) of a Reddit Ads account: who changed campaigns, ad groups, ads, budgets, bids, statuses, targeting, and audiences, filterable by time window and change type

Retrieves the change history (audit log) of a Reddit Ads account: who changed campaigns, ad groups, ads, budgets, bids, statuses, targeting, and audiences, filterable by time window and change type.

|                      |                                  |
| -------------------- | -------------------------------- |
| **App**              | Reddit Ads                       |
| **Operation ID**     | `reddit_ads_get_account_history` |
| **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 get change history for.                                                                                                       |
| `start_time`   | string         | No       | -       | Start of the time window as ISO 8601 (for example 2026-07-01T00:00:00Z) or YYYY-MM-DD.                                                                         |
| `end_time`     | string         | No       | -       | End of the time window (ISO 8601 or YYYY-MM-DD).                                                                                                               |
| `change_types` | string         | No       | -       | Optional comma-separated change types to filter by. Options: 'CAMPAIGN', 'AD\_GROUP', 'AD', 'BUDGET', 'BID', 'STATUS', 'TARGETING', 'AUDIENCE', 'AD\_ACCOUNT'. |
| `limit`        | integer        | No       | `500`   | Maximum number of change records to return. Default: 500.                                                                                                      |

## Output

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

Returns the change records.

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