Meta Ads / API Reference
meta_ads_adset_change_history
Meta Ads tool. Retrieve the full change history of a Meta Ads ad set. Shows who changed what and when — budget, targeting, status, bidding, and more. Uses the account-level /activities endpoint (correct for API v22+) filtered by ad set ID and object_type=ADSET. Args: adset_id: The ad set ID to inspect (required). account_id: Ad account ID (e.g. act_123456 or just 123456). Leave blank to use the default account from env. start_date: Start date YYYY-MM-DD. Default: 30 days ago. end_date: End date YYYY-MM-DD. Default: today. Returns JSON with adset_name and changes list sorted newest-first. Each change: date, user, action, from, to, object_name.
This is a read-only tool: it returns adset change history for your Meta Ads account. It changes nothing.
Ask Claude
You do not call this tool yourself. Ask for the outcome and the client picks the tool:
Adset change history in my Meta Ads account for [adset id].
It takes 1 required and 3 optional parameters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
adset_id | string | Yes | Adset Id |
account_id | string | No | Account Id |
start_date | string | No | Start Date |
end_date | string | No | End Date |
Related Meta Ads tools
meta_ads_adset_matrix_buildermeta_ads_adset_performancemeta_ads_ab_test_resultsmeta_ads_account_change_historymeta_ads_account_diagnosticsmeta_ads_account_spending_limit
Before you can call it
This tool needs a connected Meta Ads account. The Meta Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.
Workflows that use this
Rather than calling tools one at a time, these skills run a whole procedure against the same account: