Inputs
SelectItem
SelectableOption
Output
Type:List[Dict]
Returns change log entries with actor, action, and before/after values.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieves the change history (audit log) of a Snapchat campaign, ad squad, ad, or creative: who changed what and when, with before/after values
| App | Snapchat Ads |
| Operation ID | snapchat_ads_get_account_history |
| Type | Action |
| Connection | snapchat_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Snapchat Ads account the entity belongs to. |
entity_type | string or SelectableOption | Yes | - | Snapchat tracks change logs per entity: CAMPAIGN, AD_SQUAD, AD, CREATIVE, or DYNAMIC_TEMPLATE. Pick the entity type the ID belongs to. |
entity_id | string or SelectItem | Yes | - | ID of the entity to get the change history for. Get IDs from snapchat_ads_list_campaigns, snapchat_ads_list_ad_squads, snapchat_ads_list_ads, or snapchat_ads_list_creatives. |
limit | integer | No | 50 | Maximum number of change log entries to return. Default: 50. |
| 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. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns change log entries with actor, action, and before/after values.
Fields: dynamic (depend on the inputs)